Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > DNN RadPanelBar (LeftMenu)
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 DNN RadPanelBar (LeftMenu)

Feed from this thread
  • Laura avatar

    Posted on Aug 3, 2010 (permalink)

    I am trying to use the telerik RadPanelBar control that is included in DotNetNuke version 5.  I added it as a token and it is replaced with <dnn:LEFTMENU> in the ascx file. From looking around in the code, I have figured out that it is a Telerik RadPanelBar. There is a solid 1px border on this menu that I cannot seem to remove.  I have tried numerous ways in the skin.css file to remove the border and have had no luck.  Any suggestions would be appreciated. 

    Thanks,
    Laura

  • Sergio avatar

    Posted on Apr 5, 2011 (permalink)

    Hi Laura.

    Solve your problem using this:

    .RadPanelBar .rpOut{
    border: none;
    }

    You may add this lines after allyour LeftMenu properties. The CSS border atributte for .rpOut was writen in a WebResource css file (Klingon for designers) and you must override this property in your skin.

  • Sergio avatar

    Posted on Apr 5, 2011 (permalink)

    Sorry.
    I saw too late that it was an old post.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > DNN RadPanelBar (LeftMenu)