Through Blazor Tree Grid paging, a segment of data can be viewed from the assigned data source. The Blazor Tree Grid offers built-in pager UI with options to customize its entire UI. It also has an on-demand paging mode for effective data retrieval from remote web services.
The pager UI of the Blazor TreeGrid requests data on-demand when navigating to another page. Using simple properties, users can customize the pager.
Allows you to change the page size on the fly by using the page size dropdown in the pager. The Blazor Tree Grid allows customization of values in the page size dropdown.
Two behaviors are available in Tree Grid paging to display certain number of records in a current page. It is based on individual records count or the root level records count.