OnEditChanging - cCJGridColumn
Called when a regular edit has the focus on a character by character change
Type: Event
Syntax
Procedure OnEditChanging
Description
This is called when a regular edit has the focus (not checkbox or combo) on a character by character change. You can get the before and after values by getting SelectedRowValueBeforeEdit and SelectedRowValue. You cannot change this value inside this event but you can use it to change other values