CGXBrowserGrid::CancelRecord
virtual void CancelRecord();
Remarks
This method is called to cancel any pending changes in the current record and resets the edit- or append-mode. If an AddNew was pending, the last row is removed from the grid.
Note on undo/redo support: CancelRecord will not remove commands from the undo list. As this could possibly confuse the customer, you should consider calling UndoRecord instead.