ForceColumnExit - cCJGrid
Sends all of the column object exiting events without actually exiting the column
Type: Function
Return Data Type: Boolean
Syntax
Function ForceColumnExit Returns Boolean
Call Example
Get ForceColumnExit to BooleanVariable
Description
ForceColumnExit can be sent to force the column object's exiting events, OnExiting and OnExit, without actually exiting the column. This is sent when you want to make sure the exiting event is sent event though there is no actual column change. This occurs during object Exiting and when rows are added, deleted or saved.
If there is no SelectedColumn (-1), this does nothing and returns False.
Return Value
Returns True if column exit was cancelled.