The Grid View automatically splits large content across multiple pages and provides a built-in pager that enables end-users to navigate through data.
The pager can be customized using settings of the SettingsPager property. This demo demonstrates the following settings:
- The Position setting controls the pager's position within a grid. The available options are: at the element's top, bottom, or both.
- The PageSizeItemSettings.Visible setting controls page size item visibility. This element is used to specify a page size, i.e. the number of items placed on a page.
- The FirstPageButton.Visible and LastPageButton.Visible settings control the first and last button's visibility. The buttons allows end-users to navigate to the first or the last page, respectively.
See Also: