SelectedRowValueBeforeEdit - cCJGridColumn
Returns the column's SelectedRow value before an edit is committed
Type: Function
Return Data Type: String
Syntax
Function SelectedRowValueBeforeEdit Returns String
Call Example
Get SelectedRowValueBeforeEdit to StringVariable
Description
SelectedRowValueBeforeEdit returns the column's pre-edit value. This is the value of the column before it enters edit mode, but before it is committed when the edit is ended. This can be used to compare the value of a cell before and after an edit.
You should rarely need to use this. When an edit is complete and there are changes, the event OnEndEdit is fired and this is passed the old and new edit value.
Normally you will want to use SelectedRowValue, which always returns the most current value.
Return Value
Returns the column's value before entering edit mode.