ASPxClientVerticalGrid.UnselectRecords Method
Deselects the specified records (if selected) within the grid.
Declaration
UnselectRecords(
visibleIndices?: number[] | number
): void
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndices | number | number[] | An array of zero-based indices that identify records within the grid. |
Remarks
To learn more, see Selection.
See Also