var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: number value = instance.totalRows;
var totalRows : number;
Gets or sets the virtual number of items in the wijgrid and enables custom paging. Setting option to a positive value activates custom paging, the number of displayed rows and the total number of pages will be determined by the totalRows and pageSize values.
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: number value = instance.totalRows;
var totalRows : number;
$("#element").wijgrid({ totalRows: -1 });