I have a requirement to assign the image ulr of UltraWebMenu item in one of the javascript function, please give me some pointer how to achieve this.
Hello Sandy_joggy,
Were you able to handle this?
If you need additional assistance with this matter do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
I found another post according to this question from you. I responded to the post as well with the following suggestion:
Here you can find a sample where our menu is used like context menu:
http://samples.infragistics.com/aspnet/Samples/WebDataMenu/Display/Context-Menu/Default.aspx?cn=data-menu&sid=71743f53-70a6-4e3e-8eae-4c24c1b404f2
You can change the img with js like this:
menu.getItems().getItem(0).get_element().getElementsByTagName('img')(0).src="/newImg.gif";