This is a migrated thread and some comments may be shown as answers.

Using Custom Skin in DNN

1 Answer 117 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
George Fryberger
Top achievements
Rank 1
George Fryberger asked on 27 Jul 2008, 02:58 AM
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.

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 28 Jul 2008, 06:08 AM
Hello Kevin,

For details on the matter please refer to the control's documentation under section RadControls for ASP.NET AJAX Fundamentals --> Controlling Visual Appearance --> Modifying built-in skins.

All the best,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
George Fryberger
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or