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>
Hello,
I am trying to reproduce the issue, unfortunately to no avail. Could you please tell in which browser you observe this behavior.
Thanks.
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.