I have an UltraWebaMenu. Bu the menu items are very very hard to select. I have to hover over the far right edge before the item is highlighted and lets me select it. But the child/sub menus are getting selected as soon as I hover over the item. I don't understand what is the problem. All the properties are same for both Parent and Child menus. Here is my code sample. Please help me.
<ignav:UltraWebMenu id="mnu_RightPane" runat="server" Width="126px" Height="116px" WebMenuStyle="XPClient" WebMenuTarget="PopupMenu" TopItemSpacing="Compact" AutoPostBack="true" OnMenuItemClicked="mnu_RightPane_Click" > <Items> <ignav:Item Text="View" > <Items> <ignav:Item Text="Thumbnail"></ignav:Item> <ignav:Item Text="List" ></ignav:Item> <ignav:Item Text="Details" ></ignav:Item> </Items> </ignav:Item> <ignav:Item Text="Create Folder"></ignav:Item> </Items> </ignav:UltraWebMenu>
I am having a similar problem since upgrading to 8.3 (Framework 2.0), testing with IE6.
Only the last menu item in the popup menu shows any signs of being selectable, i.e., shows Hover characteristics. I add an ItemHover event, and it only fires for the last item! Some menu items have been disabled and they appear greyed out, so I know the items I want to select are enabled.
This is driving me batty! I extracted a part of my code into a separate module and of course it works fine. Any suggestions?
Hello,
Thanks for replying. I am using 3.5 version of Infragistics netAdvantage. I am testing it IE 7.0
I am still having the problem. Can you plz look at the issue. I am totally stuck.
Thanks again.
I am trying to reproduce the issue, unfortunately to no avail. Could you please tell in which browser you observe this behavior.
Thanks.