• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

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 printModeproperty 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.