TIWCGJQGridOptions.SetSelection(Variant,Boolean) Method
Toggles a selection of the row with id = rowid; if onselectrow is true (the default) then the event onSelectRow is launched, otherwise it is not.
public procedure SetSelection(const ARowId: Variant; ASelectRow: Boolean = True);
Parameters
- ARowId
- Type: Variant
- ASelectRow
- Type: Boolean