• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Paging Dropdown in ASP.NET MVC Tree Grid Control

This sample demonstrates the Tree Grid paging feature. In this sample, click the numeric items to navigate to another page.

DEMO
SOURCE

Paging allows you to display the contents of the Tree Grid in page segments. By default, paging is disabled. To enable paging, set AllowPaging property to true.

In this demo, the Tree Grid is rendered with PageSettings->PageSizes set to true and have an option to change the pagesize of Tree Grid dynamically.

More information on the paging configuration can be found in this documentation section.