Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Menu > RadMenu always displayed on top of other controls (overshadowing) in sharepoint
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 always displayed on top of other controls (overshadowing) in sharepoint

Feed from this thread
  • Vishnu avatar

    Posted on Nov 30, 2010 (permalink)

    Hi,

    I added the RadMenu to a normal asp.net user control file with some items added it in through the html interface and deployed the control in SharePoint 2010 and embedded the same in a SharePoint page in a blank row underneath the "Site Settings" menu. The display of the Radmenu through the usercontrol works fine but the issue is when I select the SharePoint menu of "Site Settings", the Radmenu is displayed always on top of the "Site Settings" menu list and also when I open a Model dialog window in SharePoint 2010.

    Radmenu is always displayed on top of the other controls, I tried using "z-index:-60000" but still no effect in the control.

    <telerik:RadMenu ID="RadMenu1" runat="server" CssClass="RadMenu_Default">
        <Items>
            <telerik:RadMenuItem runat="server" Text="Menu Item 1">
            </telerik:RadMenuItem>
            <telerik:RadMenuItem runat="server" Text="Menu Item 2">
            </telerik:RadMenuItem>
            <telerik:RadMenuItem runat="server" Text="Menu Item 3">
            </telerik:RadMenuItem>
        </Items>
    </telerik:RadMenu>

    Is there anyway to bring down the overshadowing of the Radmenu over other controls.

    Regards,
    Vishnu Priyan

  • Yana Yana admin's avatar

    Posted on Dec 1, 2010 (permalink)

    Hi Vishnu,

    Please check this help article -  it explains how to set z-index of the menu in order to overwrite its default values. You should set it to smaller number (not negative).

    Hope this helps.

    All the best,
    Yana
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

  • Marc avatar

    Posted on Apr 18, 2011 (permalink)

    I'm having the same problem, except I'm trying to explicitly set the z-index for the 2010 ribbon and it still can render its sub menus below a RadMenu who also has an explicit z-index.  Is there a specific 2010 control that the z-index must be set on?  It would be nice to just set a z-index on the outtermost div of the ribbon but that doesnt work.

  • Helen Helen admin's avatar

    Posted on Apr 21, 2011 (permalink)

    Hi Marc,

    Could you please open a support ticket and send us a live url or a sample project which demonstrates the issue to examine it locally?

    Regards,
    Helen
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Menu > RadMenu always displayed on top of other controls (overshadowing) in sharepoint