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
110
"Open" the webdropdown programmaticaly
posted

Is there a way to force the drop down to open from the server side or from javascript ?

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    Hi,

    On the client there are methods both to open and close the dropdown.

    var dropDown = $find("WebDropDown1");

    dropDown.openDropDown();

    dropDown.closeDropDown();

    These functions will also fire the associated events on the client.

     

    regards,

    David Young

Children
No Data