TIWCGJQGridOptions.OnBeforeSelectRow Property

This event fire when the user click on the row, but before select them. rowid is the id of the row. e is the event object This event should return boolean true or false. If the event return true the selection is done. If the event return false the row is not selected and any other action if defined does not occur.

Namespace: IWCGJQGrid
published
 property OnBeforeSelectRow: TIWCGJSonFunc index 88 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value