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
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