This sample demonstrates the client-side exporting of the Tree Grid, which allows you to export its data to the Excel, Pdf and CSV formats. Use the toolbar buttons to export Tree Grid data to desired format.{" "}
By using the Persist collapsed state checkbox we can persist the Expand/Collpase state of Tree Grid in exported document{" "}
Tree Grid supports client-side exporting which allows you to export its data to the Excel, Pdf and CSV formats.
In this demo, for the toolbar items of exporting, we have defined
actions in toolbarClick
event to export the Tree Grid
data using the excelExport
, pdfExport
and{" "}
csvExport
methods.
Injecting Module:
Tree Grid features are segregated into individual feature-wise
modules. To use exporting feature, we need to inject{" "}
ExcelExport
and PdfExport
module into the
services.
More information on the Pdf exporting and Excel exporting can be found in documentation section.