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.
DEMO
SOURCE
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 printMode
property
value as currentpage
.
In this demo, click the print icon to print TreeGrid.
More information on the data binding can be found in this documentation section.