New to Kendo UI for Vue? Start a free 30-day trial

Export Expanded Rows Data from TreeList to Excel

Environment

Product Version6.0.1
ProductProgress® Kendo UI for Vue Native TreeList

Description

Currently, I need to manually expand the rows to include the child rows in the exported Excel file. How can I have the rows automatically expand for the ExcelExport automatically when exporting?

Solution

This can be achieved by using the mapTree function to expand the TreeList rows and then passing the data to the ExcelExport.

Example
View Source
Change Theme:

In this article

Not finding the help you need?