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