Back to Devexpress

ASPxClientVerticalGrid.SelectRecordsByKey(keys) Method

aspnet-js-aspxclientverticalgrid-dot-selectrecordsbykey-x28-keys-x29.md

latest882 B
Original Source

ASPxClientVerticalGrid.SelectRecordsByKey(keys) Method

Selects or deselects the specified records displayed within the grid.

Declaration

ts
SelectRecordsByKey(
    keys: any[] | any,
    selected?: boolean
): void

Parameters

NameTypeDescription
keysany

An array of objects that uniquely identify the records.

| | selected | boolean |

true to select the specified records; false to deselect the records.

|

Remarks

To learn more, see Selection.

See Also

UnselectRecords

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members