Developer

OnEditEnter

This event is called at the end of EditCell method.

property OnEditEnter: TNxCellNotifyEvent read FOnEditEnter write FOnEditEnter;
When this event is triggered, editing mode is started and focus is moved to InplaceEdit. Editing property is also set to True.

Remarks


While Grid is in Edit mode it is recommended to work with the InplaceEdit property (Editor's object) instead of Cell. InplaceEdit also include properties such as AsString, AsFloat etc.

See also