Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS Dropping For Certain Controls

We have a pretty complex application design with a bunch of telerik controls. Every now and then, we get issues where the associated CSS to a file are lost, and the controls are not styled. So for instance, after an async postback (a couple of postbacks into the life of the page), the CSS for the textbox, date picker, combo, and other controls are lost. It's not complete; some controls still appear as they normally do, I don't think it's all inclusive.

Any idea why and how I can debug, and determine why they get lost? Anything I can do to work around it?

Thanks.

Brian

like image 503
Brian Mains Avatar asked Feb 28 '26 22:02

Brian Mains


1 Answers

Have you tried the RadStyleSheetManager?

like image 81
Forgotten Semicolon Avatar answered Mar 02 '26 13:03

Forgotten Semicolon