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

Export to Pdf demo does not look ok

1 Answer 27 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 19 Oct 2012, 04:02 PM
Hello,

Congrats on the new release. The new demo section looks really nice!

I  just spotted a problem with this demo:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/pdfexport/defaultcs.aspx


Regards,
Peter

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 24 Oct 2012, 02:46 PM
Hi Peter,

 
Thank you for sharing this observation and for your concern with RadControls.

This behavior came as an issue we missed while migrating of the demo section. It can easily be fixed by removing following line from the code because the skins are preset globally in the new version of the site:

protected void Page_PreRender(object sender, EventArgs e)
        {
           // RadScheduler1.Skin = RadSkinManager.GetCurrent(this.Page).Skin;
        }

Greetings,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Peter
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or