AxpDataGrid

AxpDataGrid.RecordsMaxLimit Property

Limit the number of rows the grid should handle.

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

Property Value

The maximum number of rows the grid should handle.

Remarks

Set an absolute limit on how many rows the grid should handle
E.g. to restrict output to 10 pages of 10 records, set RecordsMaxLimit=100 and RecordsPerPage=10

See Also

AxpDataGrid Class | Axezz.WebControls Namespace