In your demo here, the excel export includes the Hierarchical Grid (Nested Grid): http://www.igniteui.com/hierarchical-grid/export-hierarchical-grid
In my jsFiddle here, it only exports the top level: http://jsfiddle.net/phgt6gqm/7/
What did I miss?
Hi Mandeep,
Setting a responseDataKey of empty string confuses the exporter. Please remove those and exporting will work fine on all levels: http://jsfiddle.net/phgt6gqm/11/
Please let me know if you have further questions
Great. It's working now!
However, if you look at the exported file, it's missing the Headers and Data for the 2nd level nested grid.
Headers Missing: "Course Name", "Status", "Started On", "Attempts", Data Missing: "Course Name", "Started On"