Skip to content

EndEdit - cCJGrid

Ends edit mode

Type: Procedure

Syntax

Procedure EndEdit

Call Example

Send EndEdit

Description

EndEdit ends edit mode. It updates the value in the edit control and it closes the edit control. If the grid is not in edit mode (IsEditMode returns false), this does nothing.

Edit mode usually ends automatically and you should rarely need to send this message. If you are coding a method that does some kind of special navigation event, you might want to send this message to make sure edit control is closed.