ASPxClientVerticalGrid.SelectRecordOnPage(visibleIndex) Method
Selects or deselects the specified record displayed on the current page.
Declaration
SelectRecordOnPage(
visibleIndex: number,
selected?: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The record’s visible index. |
selected | boolean |
|
Remarks
To select all the records displayed on the current page, use the ASPxClientVerticalGrid.SelectAllRecordsOnPage method.
See Also