This is a migrated thread and some comments may be shown as answers.

Telerik submenu in radmenu cutoff from screen

1 Answer 90 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Nitesh
Top achievements
Rank 1
Nitesh asked on 27 Nov 2014, 09:01 AM
I have telerik RAD menu on my aspx page. The menu bind dynamically
starting from right to left.
But if I have only one parent menu then it submenus start cutting off
the screen, the problem is no longer persists if we have more than one
parent menu(in this case telerik classes handle it automatically). Also i
didn`t use any custom class over it.

here is my RAD Menu code in aspx page:
<telerik:RadMenu runat="server" ID="rdmnMainMenu" EnableAutoScroll="true" EnableRootItemScroll="true"
EnableRoundedCorners="true" EnableShadows="true" EnableOverlay="true" OnItemCreated="rdmnMainMenu_ItemCreated" Skin="Default" AutoSkinMode="false" OnClientItemClicked="mnuMain_clicked"
OnClientItemClosed="mnuMain_closed" Width="100%" OnClientMouseOut="mnuMain_MouseOut"
OnClientMouseOver="mnuMain_MouseOver" ClientKey="mnuMain_app" >
</telerik:RadMenu>


I have attached screenshots of error menu and expected menu.
see the img below
<img  src="http://i.stack.imgur.com/vO5QC.png">
<img alt="Expected RAD Menu" src="http://i.stack.imgur.com/lqxnw.png">

Thanks in advanced.

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 01 Dec 2014, 11:23 AM
Hello Nitesh,

I have tested the provided markup when the menu is floated to right and everything is working fine. Could you please prove me a sample where I could observe the issue. Please clarify which version of Telerik.Web.UI.dll and browser you are using.

Regards,
Peter Filipov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Menu
Asked by
Nitesh
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or