Posted 1 March 2022, 3:27 pm EST - Updated 3 October 2022, 12:05 pm EST
Hi,
I am working with nested grids with flexDetail in React. It is similar to something that was suggested in this post : https://www.grapecity.com/forums/wijmo/wijmo-nested-grid-nesting-
Here is the Angular implementation provided by wijmo team in response to that post: https://stackblitz.com/edit/angular-c8gnaq?file=src%2Fapp%2Fapp.component.ts
I am trying to export a similar nested grid to excel/pdf. I found this wijmo documentation:https://www.grapecity.com/wijmo/docs/Topics/Grid/ImportExport/Export-RowDetail-To-PDF
This is able to export only 1 level of nesting in the grid but I want to export all nested grids if they exist.
I would like your support on this.
Awaiting your reply.