I have created a custom skin with stylebuilder and generated a dll with the tool provided in http://www.telerik.com/community/forums/aspnet-ajax/style-builder/tool-for-embedding-custom-skins-into-an-assembly.aspx
Then, in web config i have the following:
It's not working... Do i need to specify the EnableEmbeddedskins in each control?
Then, in web config i have the following:
<add key="Telerik.Skin" value="MySkin"/><add key="Telerik.EnableEmbeddedSkins" value="false" /><add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />It's not working... Do i need to specify the EnableEmbeddedskins in each control?