Deselects an item in a Grid or Tabular Grid control by giving its index. If the item is not selected or if it is out of the Grid's scope, it will not have any effect.
<GridControlName>.Deselect(<index>)
Where:
GridControlName
Is the grid control name or Tabular Grid control name.
index
Is a Numeric expression (attribute, variable or constant value).
Controls: Grid, Tabular Grid control
Generators: Apple, Android, .NET, .NET Framework, Java, Angular
Notes for Grids in Panels objects:
Grids with Selection By Code for Panels
Select method
SelectedItem property
SelectionChanged Event