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

Panelbar not loading skin in DNN

1 Answer 55 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 2
Jason asked on 27 Aug 2009, 03:50 PM
We are using two panelbars on the same page in DNN.

The panelbars are to behave in the same way with sligh visual changes.
To accomplish this, I created a copy of the defualt dnn skin folder and renamed it to footerNav.
I then made the necessary updates to the Panelbar attributes and css file, but the additional skin will not load when I view the page in a browser.  Is it not possible to have two radpanels on a single page?

Code for first panelbar that loads the skin.css file appropriately.
<dnn:RADPANELBAR
       ID="dnnRADPANELBAR"
       runat="server"
       SkinsPath="*SkinPath*/Panelbar"   
       Skin="dnn"
       CssClass="RadPanelbar_Dnn"
       ShowPath="True"
       SelectedPathHeaderItemCss="RadPanelbar_Selected"
       SelectedPathItemCss="RadPanelbar_Selected"
       EnableEmbeddedSkins="false" /> 

Code for the second panelbar that does not load the skin.css file.
<dnn:RADPANELBAR
       ID="dnnRADPANELBARFooter"
       runat="server"
       SkinsPath="*SkinPath*/footerNav"   
       Skin="footerNav"
       CssClass="RadPanelbar_DnnFooter"
       ShowPath="True"
       SelectedPathHeaderItemCss="RadPanelbar_Selected"
       SelectedPathItemCss="RadPanelbar_Selected"
       EnableEmbeddedSkins="false" />

When I inspect the code generated for teh second panelbar, I see the RadPanelbar_DnnFooter class applied, but the skin.css file is not loading...  Please adivse.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 28 Aug 2009, 08:32 AM
Hello Jason,

Please refer to this help article for details on the matter.

All the best,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
PanelBar
Asked by
Jason
Top achievements
Rank 2
Answers by
Paul
Telerik team
Share this question
or