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 TreeGrid data to desired format.
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
More information about Exporting can be found in this documentation section.