Example of Print in ASP.NET Core Tree Grid Control
This sample demonstrates the option to print the TreeGrid. Click the print button from the toolbar item to print TreeGrid.
The TreeGrid can be printed using the print method. While printing the pager and
scrollbar will be removed if they are enabled in TreeGrid.
By default, all pages will be printed.
We can print current page alone by setting the printModeproperty
value as currentpage.
In this demo, click the print icon to print TreeGrid.
More information on print can be found in this documentation section.
Looking for the full ASP.NET Core Tree Grid component overview, features, pricing, and documentation? Visit our ASP.NET Core Tree Grid component page.