Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > Rad PanelBar for DNN skin
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Rad PanelBar for DNN skin

Feed from this thread
  • Posted on Dec 23, 2010 (permalink)

    Hi
    I have a DNN Skin  installed with Rad PanelBar, I love both the skin (created by salaro for free!) and it is fast, well formatted and documented, but i believe there is a serious error every time i refresh (only on refreshes) on the Admin or host menus and certain modules an instance of the the side menu is added, it seems definitely ( panelbar skin object)

    Another error am getting covering the visibility of the menu radio buttons which suppose not to be visible
    this does not appear always but strangely once in a while!

    Have included below reference to  the errors


    Menu Error Link on Codeplex
    http://dnnskinunravel.codeplex.com/Project/Download/AttachmentDownload.ashx?ProjectName=dnnSkinUnravel&WorkItemId=9642&FileAttachmentId=3573

    Search Radio Buttons Visibility
    http://dnnskinunravel.codeplex.com/Project/Download/AttachmentDownload.ashx?ProjectName=dnnSkinUnravel&WorkItemId=9642&FileAttachmentId=3710


    my website is

    www.arabaviation.com


    Thanks, wish all at Telerik a merry Xmas and happy and properous 2011  and have a great day!


    Copy of posting in codeplex:
    Quote:

    Menu items getting doubled

    Description

    The menu items getting doubled when we choose between the options add new module/Add existing modules option from the top control bar. Please check the attached screen grab. If we click a menu item again then it loads fine. 

    Thanks
    Dilip

    File Attachments


  • Posted on Jan 19, 2011 (permalink)

    I resolved the problem by replacing the RADPANELBAR with the DNN default LEFTMENU

    <%@ Register TagPrefix="dnn" TagName="DNNRADPANELBAR" Src="~/Admin/Skins/DNNRadPanelBar/DNNRadPanelBar.ascx" %>


    with

    <%@ Register TagPrefix="dnn" TagName="LEFTMENU" Src="~/Admin/Skins/LeftMenu.ascx" %>


    and

    <dnn:DNNRADPANELBAR runat="server" id="dnnRADPANELBAR" Width="220px" ShowOnlyCurrent="RootItem" EnableEmbeddedSkins="false" SelectedPathHeaderItemCss="selected" SelectedPathItemCss="subselected" ShowPath="true" Skin="Sidemenu" />

    with


    <dnn:LEFTMENU runat="server" id="dnnLEFTMENU"  Width="220px" ShowOnlyCurrent="RootItem" MaxLevel="2" EnableEmbeddedSkins="false" SelectedPathHeaderItemCss="selected" SelectedPathItemCss="subselected" ShowPath="true" Skin="Sidemenu" />



Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > Rad PanelBar for DNN skin