Example of Print in ASP.NET MVC Tree Grid Control
The Tree Grid can be printed using the print method. While printing the pager and scrollbar will be removed if they are enabled in Tree Grid.
DEMO
SOURCE
The Tree Grid can be printed using the print
method. While printing the pager and scrollbar will be removed if they are enabled in Tree Grid.
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 Tree Grid.
More information on the print feature can be found in this documentation sectionopens in a new tab.