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