.net - Telerik submenu in radmenu cutoff from screen -


i have telerik rad menu on aspx page. menu bind dynamically starting right left.

but if have 1 parent menu submenus start cutting off screen, problem no longer persists if have more 1 parent menu(in case telerik classes handle automatically). didn't use custom class on it.

i have attached screenshots of error menu , expected menu.

error rad menu

expected rad menu

here 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" > 

add following property rad menu:

defaultgroupsettings-offsetx="0"  

Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -