AxpDataGrid

AxpDataGrid.FromRow Property

Gets or sets the start row number for the current page.

[Visual Basic]
Public Property FromRow As Integer
[C#]
public int FromRow {get; set;}

Property Value

The start row number for the current page.

Remarks

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.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace