I'm currently trying to implement an excel export feature, and while it is very easy to implement for a singular grid, I've seen no demonstrations with this being done with nested grids/expandable rows. I currently have grids nested within each other with Kendo's expandable rows feature.
The implementation of these grids are spanned across multiple files, and I'm wondering if it would be possible to export the data from all of them into a singular excel sheet.
The implementation of these grids are spanned across multiple files, and I'm wondering if it would be possible to export the data from all of them into a singular excel sheet.
Exporting parent and child grids to Excel will require using a chain of Promises to request the data for all child Grids and append it to the exported document after each parent row item. More information and an example can be found in the following article:
https://www.telerik.com/kendo-react-ui/components/knowledge-base/excel-export-of-both-parent-and-child-grid-data/
Regards,
Filip