ASPxClientVerticalGrid.SelectRecords Method
In This Article
Selects or deselects the specified records within the grid.
#Declaration
TypeScript
SelectRecords(
visibleIndices?: number[] | number,
selected?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | number[] | An array of zero-based indices that identify records within the grid. |
selected | boolean |
|
#Remarks
To learn more, see Selection.
See Also