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

Scheduler Export to PDF Squashed

1 Answer 57 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 26 Mar 2014, 04:35 PM
Hi,

I have an issue when exporting the scheduler to PDF where on the resulting PDF the scheduler is 'squashed' to the left hand side and does not fill the page (please see attached image to see what I mean).

This only seems to occur if the width of the scheduler is set to '100%', i.e.
                            <telerik:RadScheduler ID="RadScheduler1" runat="server" Skin="Windows7" Height="530px"
                                Width="100%"  ShowAllDayRow="True" EnableDescriptionField="True"
                                EnableEmbeddedSkins="True" DataEndField="EndTime" DataKeyField="AppointmentID"
                                DataStartField="StartTime" DataSubjectField="AppTitle">
                            </telerik:RadScheduler>

If I change the width to a fixed size the resulting PDF from the export looks fine.  I am using Telerik UI for ASP.NET AJAX Q1 2014.

Any help would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Aneliya Petkova
Telerik team
answered on 28 Mar 2014, 02:48 PM
Hello Craig,

The issue with RadScheduler export to pdf when width is set to 100% is a known one. It is logged for fixing by our developers. Till the fix is done, the only workaround is to use width set in px. I will notify you in this thread when there is some update about the fix.

Please, excuse us for the inconveniences caused by this issue.

Regards,
Aneliya Petkova
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
Scheduler
Asked by
Craig
Top achievements
Rank 1
Answers by
Aneliya Petkova
Telerik team
Share this question
or