|
inlinevirtual |
Called from the grid control and updates the item in the database.
If the update fails, this method calls OnItemUpdateFailed(), so you can know the exact reason of failure.
You can override this method in a derived class in order to perform custom update.
pItem | The grid item to update. |
nRow | Item row |
nColumn | Item column. |
Reimplemented from CBCGPGridCtrl.