Skip to content

IsEditMode - cCJGrid

Returns true if an edit control is active in the grid

Type: Function
Return Data Type: Boolean

Syntax

Function IsEditMode Returns Boolean

Call Example

Get IsEditMode to BooleanVariable

Description

IsEditMode returns true if the grid is in edit mode.

When True, IsCustomEditMode can be used to determine if the control is a Codejock or DataFlex edit control.

Return Value

Returns true if an edit control is active in the grid.