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 lo开发者_StackOverflowst, 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
Have you tried the RadStyleSheetManager?
RadStyleSheetManager can help, but statically defining the CSS is the solution to this weird problem. RadStylesheetManager also gets references to the control dynamically and would have the same problem.
精彩评论