Telerik Controls – CSS Lost on Page Postback

After long time i am writing this tips on my blog.
This is very small but usefull trick about telerik controls.

Telerik controls like “Tree View”, runs fine in Internet explorer but it fails loading CSS in Mozilla or chrome. To overcome this, use below line of code in Page_Load method.

protected void Page_Load(object sender, EventArgs e)
{
RadTreeView1.EnableAjaxSkinRendering = true;
}

I hope this would help. 🙂

Posted

in

by


Related Posts

Comments

One response to “Telerik Controls – CSS Lost on Page Postback”

  1. Manmohan Rajyana Avatar
    Manmohan Rajyana

    Telerik controls like “Tree View”, runs fine in Internet explorer but it fails loading CSS in Mozilla or chrome. To overcome this, use below line of code in Page_Load method
    Thanks I would request you to also suggest Mozilla as Chrome has acted upon

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from Jitendra Zaa

Subscribe now to keep reading and get access to the full archive.

Continue Reading