This is a migrated thread and some comments may be shown as answers.

Exporting Hierarchial GridView

2 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
piyush
Top achievements
Rank 1
piyush asked on 10 Aug 2010, 10:32 AM
Hi
I have hierarchial gridview and wanted to export it to excel. As of know export functionality only writes parent rows in excel. I am looking for a way to export heirarchial grid in excel so that I can expand and collapse parent in the excel sheet.

2 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 10 Aug 2010, 10:36 AM
Hello piyush,

 
Please take a look at this forum thread.

Sincerely yours,
Maya
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
0
piyush
Top achievements
Rank 1
answered on 10 Aug 2010, 11:02 AM
Hi I am using childtabledefinition to show hierarchy like below

 

 

 

<telerik1:RadGridView.ChildTableDefinitions>

 

 

 

 

<telerik1:GridViewTableDefinition >

 

 

 

 

<telerik1:GridViewTableDefinition.Relation>

 

 

 

 

<telerik1:PropertyRelation ParentPropertyName="SubSet"/>

 

 

 

 

</telerik1:GridViewTableDefinition.Relation>

 

 

 

 

</telerik1:GridViewTableDefinition>

 

 

 

 

</telerik1:RadGridView.ChildTableDefinitions>

 


and wanted to export this as child to excel.....
Tags
GridView
Asked by
piyush
Top achievements
Rank 1
Answers by
Maya
Telerik team
piyush
Top achievements
Rank 1
Share this question
or