New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Paging
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Pageable()
configuration of the Telerik UI for ASP.NET Core Grid allows you to configure a pager, as demonstrated in this example.
This demo shows the different Data Grid paging options. To see them in action, select the desired checkboxes and click the Apply button. The ASP.NET Core Grid demonstrates the following pager features:
- A drop-down list for the page sizes.
- An input for the pager which enables users to enter the desired page to which they want to navigate.
- Numeric pages, represented by buttons with numbers correspodning to each page.
- Previous and Next buttons.
- A Refresh button.
- Templates for the selected and number page links.
- HTML attributes necessary for accessible usage.
For more information about the paging capabilities, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation on the available paging approaches.