TIWCGJQGridOptions.EditCell(Integer,Integer,Boolean) Method
iRow, iCol, edit edit a cell with the row index iRow( do not mix with rowid) in index column iCol. If the edit is set to false the cell is just selected and not edited. If set to true the cell is selected and edited.
public procedure EditCell(ARow,ACol: Integer; AEdit: Boolean);
Parameters
- ARow
- Type: Integer
- ACol
- Type: Integer
- AEdit
- Type: Boolean