Hello,
I have a RadGridView that contains 3 child templates in it. So when you expand each row, there are 3 tabs that you can view the data for each child template by clicking on each tab.
In my export code, i have the exporter.ExportHierarchy = true; for each export function. However, when i go to export the gridview to CSV / Excel / HTML / PDF, it appears that it can only export the first child template hierarchical grid data. It does not export all 3.
My question - Can the data for ALL child templates be exported using the CSV / Excel / HTML and/or PDF exporter commands?
Please let me know if this is possible, as right now it is only exporting the first child template.
If this is not possible to export all 3 child templates, is it possible to remove certain child templates before exporting so that i can provide my user with options on what child template they want to export?
Your help in this matter would be greatly appreciated, thanks!
I have a RadGridView that contains 3 child templates in it. So when you expand each row, there are 3 tabs that you can view the data for each child template by clicking on each tab.
In my export code, i have the exporter.ExportHierarchy = true; for each export function. However, when i go to export the gridview to CSV / Excel / HTML / PDF, it appears that it can only export the first child template hierarchical grid data. It does not export all 3.
My question - Can the data for ALL child templates be exported using the CSV / Excel / HTML and/or PDF exporter commands?
Please let me know if this is possible, as right now it is only exporting the first child template.
If this is not possible to export all 3 child templates, is it possible to remove certain child templates before exporting so that i can provide my user with options on what child template they want to export?
Your help in this matter would be greatly appreciated, thanks!