jQuery.wijmo.c1gridview Namespace > options type : totalRows Option |
// Get value var value; // Type: number value = $(".selector").c1gridview("option", "totalRows"); // Set value var newValue; // Type: number $(".selector").c1gridview("option", "totalRows", newValue);
var totalRows : number;
$("#element").wijgrid({ totalRows: -1 });