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

ASPxClientGridView.SelectRowOnPage(visibleIndex) Method

Selects or deselects the specified row displayed on the current page.

Declaration

SelectRowOnPage(
    visibleIndex: number,
    selected?: boolean
): void

Parameters

Name Type Description
visibleIndex number

A zero-based integer value that specifies the row’s visible index.

selected boolean

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

Remarks

To select all the rows displayed on the current page, use the ASPxClientGridView.SelectAllRowsOnPage method.

See Also