BCGSuite for MFC
virtual BOOL CBCGPGridCtrl::EndEditItem ( BOOL  bUpdateData = TRUE)
virtual

Called by the framework when the user has finished to edit a grid item

Returns
Nonzero if the property has been edited successfully. It returns FALSE if the property data is not valid or editing should be continued.

This function is called by the framework when the user has finished to edit a grid item. It performs data validation and fails returning FALSE if the item's data is not valid. It should return FALSE if the editing should be continued.

Parameters
bUpdateDataIf TRUE, the item data should be validated. If FALSE, the item data is not validated.