ASPxClientVerticalGrid.SelectRecordsByKey(keys) Method
In This Article
Selects or deselects the specified records displayed within the grid.
#Declaration
TypeScript
SelectRecordsByKey(
keys: any[] | any,
selected?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
keys | any | An array of objects that uniquely identify the records. |
selected | boolean |
|
#Remarks
To learn more, see Selection.
See Also