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

[Solved] Export RadGrid to PDF

1 Answer 126 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 28 Mar 2008, 04:17 PM

Hello,

I am trying to export a RadGrid to PDF, the problem that arises is that if  the RadGrid has many columns the PDF is wrong.
With overlapping columns, and so on.

The question is can be edited somewhat to the left horizontal pdf?

Greetings.

Juan

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 28 Mar 2008, 04:39 PM
Hi Juan,

You would need to set the page dimensions according to the number of columns you have like this:

  <ExportSettings>
                <Pdf PaperSize="C5_Envelope" PageHeight="162mm" PageWidth="600mm" FontType="Subset" />
  </ExportSettings>

Hope this helps.

Regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Juan
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or