ASPxClientVerticalGrid.UnselectRecordOnPage(visibleIndex) Method
Deselects the specified record (if selected) displayed on the current page.
Declaration
UnselectRecordOnPage(
visibleIndex: number
): void
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The record’s visible index. |
See Also