Is it possible to export multiple grids cross-file into one singular excel sheet? (react)

0 Answers 61 Views
Excel Export Grid
Jonathan
Top achievements
Rank 1
Jonathan asked on 15 Jan 2024, 01:53 AM
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. 
Filip
Telerik team
commented on 16 Jan 2024, 02:38 PM

Hi, Jonathan,

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

No answers yet. Maybe you can help?

Tags
Excel Export Grid
Asked by
Jonathan
Top achievements
Rank 1
Share this question
or