Back to Devexpress

ASPxClientVerticalGrid.SelectRecordOnPage(visibleIndex) Method

aspnet-js-aspxclientverticalgrid-dot-selectrecordonpage-x28-visibleindex-x29.md

latest1.0 KB
Original Source

ASPxClientVerticalGrid.SelectRecordOnPage(visibleIndex) Method

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

Declaration

ts
SelectRecordOnPage(
    visibleIndex: number,
    selected?: boolean
): void

Parameters

NameTypeDescription
visibleIndexnumber

The record’s visible index.

| | selected | boolean |

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

|

Remarks

To select all the records displayed on the current page, use the ASPxClientVerticalGrid.SelectAllRecordsOnPage method.

See Also

Selection

SelectAllRecordsOnPage

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members