New to Telerik UI for ASP.NET Core? Download free 30-day trial

ASP.NET Core Grid Paging

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
HtmlHelper
TagHelper
Files:
paging.cshtml
PagingController.cs
OrderViewModel.cs
PagerViewModel.cs
Paging_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

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.

Additional Apps

This Grid example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources