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 !!
I tried adding this
<ResourceStyles>
<telerik:ResourceStyleMapping ApplyCssClass="radResourceWidth" />
</ResourceStyles>
And in css :
.radResourceWidth
{
width:150px;
}
It still is not working.
Please help !!