TIWCGJQGridOptions.OnCellSelect Property

Fires when we click on particular cell in the grid. rowid is the id of the row iCol is the index of the cell, cellcontent is the content of the cell, e is the event object element where we click. (Note that this available when we not use cell editing module and is disabled when using cell editing).

Namespace: IWCGJQGrid
published
 property OnCellSelect: TIWCGJSonFunc index 93 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value