I am trying to use a custom skin in DNN and I am getting the following error:
DotNetNuke.Services.Exceptions.PageLoadException: Telerik.Web.UI.RadPanelBar with ID='RadPanel1' was unable to find embedded skin with name 'ART'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
I have tried to add EnableEmbeddedSkins to the skin.xml file and set the value to false but it has no effect.
The definition of the RADPanelBar after parsing is:
<dnn:RADPANELBAR runat="server" id="dnnRADPANELBAR" SkinsPath="~/DesktopModules/Telerik.SkinObjects/Skins" Skin="ART" Height="100%" Width="225px" ItemWidth="225px" EnableEmbeddedSkins="false" />
There is a directory under the skins path called ART which is a duplicate of the Office2007 theme for now. I have updated the CSS to read .RadPanelBar_ART for all of the properties.
I really need to customize the colors for this control. Any help would be appreciated.
DotNetNuke.Services.Exceptions.PageLoadException: Telerik.Web.UI.RadPanelBar with ID='RadPanel1' was unable to find embedded skin with name 'ART'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
I have tried to add EnableEmbeddedSkins to the skin.xml file and set the value to false but it has no effect.
The definition of the RADPanelBar after parsing is:
<dnn:RADPANELBAR runat="server" id="dnnRADPANELBAR" SkinsPath="~/DesktopModules/Telerik.SkinObjects/Skins" Skin="ART" Height="100%" Width="225px" ItemWidth="225px" EnableEmbeddedSkins="false" />
There is a directory under the skins path called ART which is a duplicate of the Office2007 theme for now. I have updated the CSS to read .RadPanelBar_ART for all of the properties.
I really need to customize the colors for this control. Any help would be appreciated.