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

Export to PDF - Overlaps column data..

1 Answer 136 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Milan Gurung
Top achievements
Rank 1
Milan Gurung asked on 04 Dec 2008, 09:59 AM
Hello Everyone,

I am trying to export data from RadGRID to PDF. Data gets exported to pdf but are unreadable - column data are overlapped - data in col A overlaps data in col B. 

Following the is codesnippet I have used - no fancy setting nothing.

   gridPFME.ExportSettings.ExportOnlyData = True
        gridPFME.ExportSettings.IgnorePaging = True
        gridPFME.ExportSettings.OpenInNewWindow = True
        gridPFME.MasterTableView.ExportToPdf()


Please let me know how it should be done so that I will get the readable data in pdf.

Thanks a lot.
Milan G

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 04 Dec 2008, 10:56 AM
Hello Milan,

In order to avoid this unwanted behavior I suggest you format the PDF output as shown in the following article:
RadGrid tips and tricks

Let us know if you need more information.

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Milan Gurung
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or