ASPxClientVerticalGrid.UnselectRecordsByKey(keys) Method
Deselects the specified records displayed within the grid.
Declaration
UnselectRecordsByKey(
keys: any[] | any
): void
Parameters
Name | Type | Description |
---|---|---|
keys | any | An array of objects that uniquely identify the records. |
Remarks
To learn more, see Selection.
See Also