GridContainersetSelectedRow Method |
Set selected row at runtime. If multi == false new row becomes the only selected row. If
multi == true new row becomes the selected and all previously selected rows stay selected
also. You should use next trick to Deselect all rows:
Namespace:
Aras.Client.Controls.Public
Syntaxfunction setSelectedRow(rowId, multi, show);
Parameters
- rowId
- Type: string
- multi
- Type: bool
- show
- Type: bool
Optional. Scrolls row to visible area if true.
See Also