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,
Thank you for your reply and for sharing your solution in the community.
Please do not hesitate to contact us if you have any further questions regarding this scenario.
Hi Nikolay,
Thanks for the follow-up.
I tried setting "overflow:auto" for the parent frame, still the Sub-Menu items are displaying out of the Window.
We solved the issue by not creating the Sub-Menu items for parent sub-menu item, Instead we created sub-menu items
at parent level itself by keeping some headers for Categorization.
Hi Prashanth,
I'm just checking if you need any further assistance with the matter.
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.