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