Gets or sets the start row number for the current page.
The start row number for the current page.
FromRow can be used to set the initial row number.
E.g. If the grid displays 20 records per page and you want the initial display to start at page 2, set FromRow=21.
The current FromRow value is available in the grid's Load Event (or after a call to DataBind if UseDataBinding=True). The FromRow property will contain the row number of the first record on the current page.
AxpDataGrid Class | Axezz.WebControls Namespace