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

Hierarchical RadGrid Export

3 Answers 129 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karthik
Top achievements
Rank 1
Karthik asked on 29 Mar 2012, 09:54 AM
Hi,

I have implemented RadGrid dynamically on page_init method with detailstables and a nestedtemplate in one of the details table. The nested template contains a radtreelist control. I am able to export the items in excel and word formats but in pdf format the Radtreelist control is ignored and only the details tables without any nestedtemplate are exported. Is there any way of exporting RadTreeList along with grid?

Thanks,
Karthik 

3 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 03 Apr 2012, 08:46 AM
Hi,

Have you set the ExportOnlyData property to true? If this is the case then there is no way to export the data from the control in the NestedViewTemplate unless you set the ExportOnlyData property to false.

If this is not the case, please elaborate a bit more on your scenario.

Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Karthik
Top achievements
Rank 1
answered on 03 Apr 2012, 09:44 AM
Hi Andrey,

I have set ExportOnlyData to false. Even then i am unable to get the treelist control in pdf. And also I have a template column in the mastertableview which has some image controls and links. I have difficulties exporting the images.

Awaiting a quick fix

Thanks,
Karthik
 
0
Andrey
Telerik team
answered on 03 Apr 2012, 12:00 PM
Hello,

There is not much we can do in such a complex scenario. However, you need to be sure that every HTML table that will be exported should have width, colgroup and col elements in its declaration as shown in this online demo application.
Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Karthik
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Karthik
Top achievements
Rank 1
Share this question
or