EndEdit

[event icon] EndEdit() Event

Called when the user has finished editing a row

Applies to: Grid


>

EndEdit

This event handler is called when a grid editing session started with one of the EditCell(), EditGrid(), or EditRow() methods is terminated.

The EditReason property is available within this event handler to determine the reason for the end of the edit session.

Note that the EditValidate() event handler will be called prior to EndEdit() if the Validate property for the cell is set to either EditWithValidate or EditAlwaysValidate.

Note: The EndEdit() event is used only with EditCell(), EditRow() and EditGrid(). It is not triggered when using the new AutoEdit grid editing technique introduced in KCML 6.00. This technique is recommended for all new coding of editable grids.

See also

Grid methods, properties and events.