Determines the zero-based index of the current page. Use this option to display a specific page of records when using the paging feature.
Default value: 0
Type: number
$("#element").wijgrid({ allowPaging: true, pageIndex: 1, pageSize: 20 });
Set allowPaging to true to enable this option. Set pageSize to specify the number records per page.
The Paging sample demonstrates all of the page options.