ASPxClientVerticalGrid.SelectRecordOnPage(visibleIndex) Method
In This Article
Selects or deselects the specified record displayed on the current page.
#Declaration
TypeScript
SelectRecordOnPage(
visibleIndex: number,
selected?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
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