Hi,
Sub-Menu Items of Parent Sub-Menu Item are displaying out of the Window for UltraWebMenu Control.
The UltraWebMenu ContextMenu is in a Frame.
We are using the latest Infragistics4.WebUI.UltraWebNavigator.v11.1.dll.
Please suggest a solution to fix this.
If the frame width is increased all the Sub-Menu Items are displaying correctly to the right side.
But the problem is only when the frame is very thin.
Can Sub-Menu Items can be overlapped on the parent Sub-Items?
Below is the Control
<cc2:UltraWebMenu ID="menuRightClickCopyPaste" runat="server" EnableViewState="False" WebMenuTarget="VerticalMenu" EnhancedRendering="false">
<MenuClientSideEvents ItemClick="menuRightClickClicked" /> </cc2:UltraWebMenu>
Thanks
Prashanth
Hello Prashanth,
This is the default rendering of sub-menu items and it seems that it is not possible to change this. You could set "overflow: auto" for the parent frame, in order for the menu not to display out of the frame’s borders. Another alternative would be to use the WebExplorerBar control, which I believe provides the appearance you are looking for, and similar functionality to UltraWebMenu. Here you can find demonstrative samples: http://es.infragistics.com/products/aspnet/explorer-bar/.
Let me know if you have any questions.
Hi Prashanth,
I'm just checking if you need any further assistance with the matter.