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
120
Select Item From Javascript
posted

I would like to change the selected item of the WebDataMenu from javascript.

Example:

User performs action in webdialog window and javascript is run to change the current webmenuitem.

The documentation doesn't seem to show how to accomplish this?

I would assume something similar to the WebTab

 tab.set_selectedIndex(index);

Parents
No Data
Reply
  • 6748
    Suggested Answer
    posted
    Hello Sal,
     
    Here you can find all the methods for the WebDataMenu, except the getters and the setters for the properties. In order to see the exact name for the getter or the setter that you are interested in, you should click on the property name (for example if you click on “name”, you see that you have get_name and set_name).
     
     
    Regards,
    Lyuba Petrova
    Developer Support Engineer
    Infragistics
     

     
Children
No Data