Skip to main content

TcxCustomVerticalGrid.OnEdited Event

Enables you to perform specific actions prior to deactivating the currently active in-place editor.

Declaration

property OnEdited: TcxVerticalGridChangedEvent read; write;

Remarks

This event fires once editing of a data cell’s value is complete and the changes are about to be stored or canceled.

Sender specifies the vertical grid whose in-place editor is about to be deactivated.

ARowProperties provides access to the settings of the editor row associated with the in-place editor. Use the ARowProperties sub-properties and the vertical grid’s FocusedRecordIndex property to identify the editor row and its data cell whose in-place editor is about to be deactivated.

Handle the OnEditing event to dynamically prohibit end-users from activating in-place editors for specific editor rows.

See Also