Skip to main content

ASPxClientVerticalGrid.SelectRecords Method

Selects or deselects the specified records within the grid.

Declaration

SelectRecords(
    visibleIndices?: number[] | number,
    selected?: boolean
): void

Parameters

Name Type Description
visibleIndices number | number[]

An array of zero-based indices that identify records within the grid.

selected boolean

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

Remarks

To learn more, see Selection.

See Also