Hi,
I have an image and its associated map and area attributes. I want that when user right-clicks in a particular area on the image, my WebDataMenu should be displayed. Please let me know how to achieve this.
Basically I dont know how to attach the WebDataMenu to the image click event.
Thanks a lot.
Hi sandy_joggy,
I have created a sample for you where a WebDataMenu is displayed upon an image click. Please note that the WebDataMenu is being hidded when the page is loaded on its Initialize event (this has to be done with javascript so that the menu is rendered and then hidden). Upon clicking on the image, the menu is made visible again.
You might want to explore our CSOM documentation for the WebDataMenu:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebDataMenu~Infragistics.Web.UI.WebDataMenu_members.html
Please tell me if this helps.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Please let me know if you need further assistance.