How do you load a ASPX CSS file into a telerik StyleSheetManager declared inside a master page?
Is there something like a scriptManagerProxy equivalent for CSS and Telerik’s style sheet manager?
How do you load a ASPX CSS file into a telerik StyleSheetManager declared inside
Share
You can get the reference to the stylesheet manager using a static method:
Similar to the
ScriptManager.GetCurrent(this.Page)method.