I'm missing something in the documentation (2012 Q3 controls). I created a custom skin for all controls using the online Visual Style Builder. Called it MMSM_MTS, downloaded the zip file, and extracted it to the MMSM_MTS folder off the app root. Added this to web.config:
Loaded a page but the RadComboBox was completely unskinned. Then tried to manually specify the skin:
Same unskinned appearance. What am I doing wrong?
<appSettings> <add key="Telerik.Skin" value="MMSM_MTS" /> <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled" /> <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled" /> <add key="Telerik.EnableEmbeddedSkins" value="false" /> <add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" /></appSettings>Loaded a page but the RadComboBox was completely unskinned. Then tried to manually specify the skin:
<telerik:RadComboBox ID="cbMun" runat="server" DataSourceID="dsMun" DataTextField="sName" DataValueField="nMunID" EnableEmbeddedSkins="False" Skin="MMSM_MTS"></telerik:RadComboBox>Same unskinned appearance. What am I doing wrong?
