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:
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos |