This sample demonstrates the usage of paging API in Grid. In this sample, use the properties panel to change the page size, page count and current page of the Grid.
Allow Paging | |
Page Size | |
Page Count | |
Current Page |
Paging allows you to display the contents of the Grid in page segments. The number of items on a page is determined by
the pageSettings->pageSize
property. If no value is specified for the
pageSettings->pageSize
property, the Grid will display 12 items on a page. By default, paging is disabled. To enable paging,
set allowPaging
property to true.
In this demo,
pageSettings->pageSize.
pageSettings->pageCount.
pageSettings->currentPage.