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

RadGrid Export To PDF

1 Answer 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hiren
Top achievements
Rank 1
Hiren asked on 11 Jan 2012, 05:10 PM
Hi,

When we are exporting the Grid data to PDF, the content is overlapping. Attached the screen shot for your reference.

Below setting is used in the page .

 

 

rgdProduct.ExportSettings.ExportOnlyData = true;
 rgdProduct.ExportSettings.IgnorePaging = true;
 rgdProduct.ExportSettings.OpenInNewWindow = true;
   
<ExportSettings HideStructureColumns="true" IgnorePaging="true" ExportOnlyData="true"
                                                    FileName="Result" OpenInNewWindow="true">
                                                    <Pdf PageHeight="210mm" PageWidth="297mm" PageTitle="Product" DefaultFontFamily="Arial Unicode MS"
                                                        PageBottomMargin="20mm" PageTopMargin="20mm" PageLeftMargin="20mm" PageRightMargin="20mm" />
                                                </ExportSettings>

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Jan 2012, 04:35 AM
Hello Hire,

I suppose you are exporting HTML tables. If you are exporting HTML tables, then you should specify colgroup as explained in the following help documentation.
PDF export

-Shinu.
Tags
Grid
Asked by
Hiren
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or