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

[Solved] Export multiple grids to 1 pdf or export grid with detail tables to pdf

2 Answers 126 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul Duncan
Top achievements
Rank 1
Paul Duncan asked on 24 Apr 2009, 04:36 AM
Hello,

I'm interested in converting 3 grids to one pdf... 
The 3 grids relate to 1 employee
Work Experience
Certifications
Languages Spoken

I'm guessing this isn't possible.

What if I had a grid (return 1 employee record) with 3 detail tables.. could I export the grid including the details tables to pdf?

I tried doing this

 

Me.RadGrid1.ExportSettings.OpenInNewWindow = True

 

Me.RadGrid1.ExportSettings.ExportOnlyData = False

 

 

 

Me.RadGrid1.ExportSettings.IgnorePaging = True

 

 

 

Me.RadGrid1.MasterTableView.ExportToPdf()   but it only exports the 1 employee record and not the detail tables.

Any possible solutions would be helpful

Thanks,
Paul

 

 

 

 

 




2 Answers, 1 is accepted

Sort by
0
Paul Duncan
Top achievements
Rank 1
answered on 24 Apr 2009, 04:57 AM
this seems to help with the details table export

RadGrid1.MasterTableView.HierarchyDefaultExpanded =

True

 

0
Pavlina
Telerik team
answered on 24 Apr 2009, 09:44 AM
Hello Paul,

I am sending you a small runnable application with the implementation request by you. Give it a try and let me know if you have other questions or problems.

Greetings,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Paul Duncan
Top achievements
Rank 1
Answers by
Paul Duncan
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or