I am using a single level web menu i.e. without any child menu options and i want to navigate to a URL when the manu time is clicked. I achived this using the targetURL property but now when i hover over the menu (not clicking) and going anywhere else on the browser and pressing the spacebar, it executed the menu click i.e it opens the targetURL of the hover overed menu item. This happens on spacebar key press in the same page even if the cursor is not on the menu item.
I checked the same feature in the samples browser and it is happenening there too...so is this a bug?
I will appreciate any kind of help to resolve this.
Hi,
if I understand right you need something like, this:
<ig:WebDataMenu ID="WebDataMenu1" runat="server"> <Items> <ig:DataMenuItem Text="Item1" NavigateUrl="http://www.microsoft.com/"></ig:DataMenuItem> <ig:DataMenuItem Text="Item2" NavigateUrl="http://www.yahoo.com/"></ig:DataMenuItem> <ig:DataMenuItem Text="Item3" NavigateUrl="http://www.msn.com/"></ig:DataMenuItem> </Items></ig:WebDataMenu>
If it's working the way you need, you can use that code as a template. Otherwise can you send us a sample, because I cannot reprduce it on mine.
Thanks
Sorry I cut the rest of my post, accidently :)
If that's not your case, please send us a sample where we can reproduce the bug.