Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Menu > RadMenu & Panelbar
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 RadMenu & Panelbar

Feed from this thread
  • Judy avatar

    Posted on Jun 23, 2011 (permalink)

    I have inherited a DNN site that was created around 2007 (DNN 4 ish) with the Radmenu and Panelbar. I have upgraded the site to DNN 5.6.2 with the telerik 6.0.  But during the upgrade process the functionality of the Radmenu is no longer the same.

    There is a portal 0 (the main site) and then a number of child portals (the department sites).  They want the Radmenu, which is the top horizontal menu to always provide the same functionality as it does on portal 0.  It appears that this was being controlled by:
    Register TagPrefix="dnn" TagName="panelbar" Src="~/DesktopModules/RadPanelbar/RadPanelbar.ascx"
    dnn:radmenu runat="server" OverridePortalID="0" Skin="xxxx" HeaderSeparator="/Portals/_default/Skins/xxxxxx.jpg"

    But now when you get into the child portal the top horizontal Radmenu no longer works.

    I of course do have the ability to go to:
    @ Register TagPrefix="dnn" TagName="RADMENU" Src="~/DesktopModules/telerik.skinobjects/RadMenu.ascx"
    but I have found skinning the menu very difficult and I still do not know what Attribute would give me the functionality that the customer is looking for (to make the top menu in child portals function for portal 0).  Have you made it easier to skin the Radmenu?

    Your assistance in sorting this out would be greatly appreciated.
    Judy

  • Peter Peter admin's avatar

    Posted on Jun 29, 2011 (permalink)

    Hello Judy,

    Apologies for the delayed reply.

    I am not sure why this problem occurs, but you can easily skin RadMenu in DNN -
    How to use custom skins for Telerik controls in DNN

    Creating a custom skin is also easy with Telerik visual style builder.

    Let us know if you need further assistance with this.


    Greetings,
    Peter
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Menu > RadMenu & Panelbar