var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: number value = instance.pageIndex;
var pageIndex : number;
Determines the zero-based index of the current page. You can use this to access a specific page, for example, when using the paging feature.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: number value = instance.pageIndex;
var pageIndex : number;
$("#element").wijgrid({ pageIndex: 0 });