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 sectionopens in a new tab.