ASPxClientGridView.GetTopVisibleIndex Method
Returns the index of the first data row displayed within the GridView’s active page.
Declaration
GetTopVisibleIndex(): number
Returns
| Type | Description |
|---|---|
| number | The index of the topmost row. |
See Also