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

RadScheduler Resources getting cut while Export to PDF

1 Answer 61 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Georby
Top achievements
Rank 1
Georby asked on 12 Nov 2014, 04:18 PM
I am having issues with Resource text not getting displayed while taking the Export to Pdf option. I have attached screenshots of what is being rendered on the page (Scheduler.JPG) and what gets printed to pdf (Scheduler PDF.JPG) when I do "RadScheduler1.ExportToPdf();" from code-behind.
 I tried adding this 
<ResourceStyles>
  <telerik:ResourceStyleMapping ApplyCssClass="radResourceWidth" />
</ResourceStyles>

And in css : 
.radResourceWidth
        {
            width:150px;
        }

It still is not working. 

Please help !!

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 17 Nov 2014, 03:07 PM
Hello,

Please find here a help article that demonstrates how to include custom css in the exported PDF output. 


Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Georby
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or