Skip to main content
A newer version of this page is available. .

ASPxClientVerticalGrid.SelectRecordsByKey(keys) Method

Selects or deselects the specified records displayed within the grid.

Declaration

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

Parameters

Name Type Description
keys any[] | any

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