I have RadGrid with Template Column and Template Column Contain RADTreeView Control to display data in tree Structure..
When exporting RadGrid data to Excel Sheet at that time RadTreeView Column Cell gave me Empty.
Please help me out..
3 Answers, 1 is accepted
0
Daniel
Telerik team
answered on 04 Oct 2010, 01:44 PM
Hello Kunal,
You can export the TreeView if you set ExportOnlyData="true" but you note that may encounter misalignment problems.
<ExportSettingsExportOnlyData="true"... />
I hope this helps.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
A sample project that demonstrates how to export RadTreeView in RadGrid is attached to this post.
Daniel
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items