Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

We are using the DataGrid component with Child Grids to manage complex data and need to export child grid data as well. However, we face two issues when we try to filter parent columns:

  1. Child grid headers have the same text as parent column headers.
  2. Exported child grid data is incomplete. For example, if 4 parent columns are selected for export, only 4 child grid columns are exported, even if there are 6 child grid columns.

FYI, exporting works fine without filtering parent columns, but we need the ability to filter for managing large datasets effectively. We need complete rows and correct headers for child grid data during export.

Please guide us on resolving this issue as it is blocking our feature release. Your assistance is greatly appreciated.


I am able to replicate this in Stackblitz and you can check it here - 

https://react-u9omda.stackblitz.io

I have attached the excel file with two sheets. First sheet with the Actual Output and the 2nd sheet with the output that we are expecting.