Based on documentation and samples, I added the following to my web.config in the appSettings section
<add key="Telerik.ScriptManager.TelerikCdn" value="Enabled"/>
<add key="Telerik.StyleSheetManager.TelerikCdn" value="Enabled"/>
<add key="EnableEmbeddedSkins" value="false"/>
The EnableEmbeddedSkins setting seems to have no effect as for each control I'm still having to set this attribute to use a custom skin.
Did I miss something maybe?
<add key="Telerik.ScriptManager.TelerikCdn" value="Enabled"/>
<add key="Telerik.StyleSheetManager.TelerikCdn" value="Enabled"/>
<add key="EnableEmbeddedSkins" value="false"/>
The EnableEmbeddedSkins setting seems to have no effect as for each control I'm still having to set this attribute to use a custom skin.
Did I miss something maybe?