Determines whether the grid displays paging buttons that allow the user to navigate between pages of data. Set the number of rows of data on each page using the pageSize option.
Default value: false
Type: Boolean
// Grid displays paging buttons when allowPaging is true. The pageSize here sets 5 rows to a page. $("#element").wijgrid({ allowPaging: true, pageSize: 5 });
Set this option to true to enable the pageSize, pageIndex, and pagerSettings options.
The Paging sample demonstrates all of the page options.