IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 83 forks source link

While exporting the Hierarchical Grid to CSV the data is exported incorrectly #2190

Open IvanKitanov17 opened 2 years ago

IvanKitanov17 commented 2 years ago

Description

While exporting the Hierarchical Grid to CSV the parent level of the grid is exported correctly, however afterwards only the last child level is exported correctly and the headers and data for the other child levels are lost.

Steps to reproduce

  1. Open the following sample
  2. Export the grid to a CSV format

Result

The parent level of the grid is exported correctly, however afterwards only the last child level is exported correctly and the headers and data for the other child levels are lost

Expected result

The grid data should be exported to CSV correctly.