Hello,
this is a specific need about WebDataMenu but more general I need info about where to find information about how to program in client side events.
For example: I have a WebDataMenu , I want to show or hide other server side controls on page when click on item.
How to do it with client-side javascript code?
Thanks
Hello Erikice,
I see that this question is about “WebDataMenu”. You can refer to my previous post and use “ItemClick” Client-Side event to implement your scenario.
Web.UI.NavigationControls.WebDataMenu
Because you have posted this question in Classic controls section can you specify – do you use our classic menu control (“UltraWebMenu”) or our new Aikido “WebDataMenu” control (http://ko.infragistics.com/products/aspnet/sample/data-menu/client-side-events)?
If you use our Aikido menu you can refer to the above sample and see the Client-Side events exposed by it. For example you can use “ItemClick” event and when you click on some of the menu items this event will fire and you can access other page elements and disable them there.