Gets or sets the number of records (total number of rows) in the recordset.
The number of records (total number of rows) in the recordset.
Available in the grid's Load Event (or after a call to DataBind if UseDataBinding=True).
If the number of records is known in advance (i.e. a read-only table), this property can be set manually. The net result is that tables will be displayed quicker as no counting has to be performed.
AxpDataGrid Class | Axezz.WebControls Namespace