Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
Using Client side events
posted

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

Parents
  • 15979
    Suggested Answer
    posted

    Hello Erikice,

    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.

Reply Children