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
250
Focus on Client
posted

Hi,

Does anyone know how to set the focus to a webdropdown on the client side. I can't find the function in the help, and when I try just .focus() it doesn't work.

Parents
No Data
Reply
  • 24671
    Suggested Answer
    posted

        function setFocus()

        {

               var dd = $find("WebDropDown1");

               dd._elements["Input"].focus();

        }

    That should work.

    Thanks,

    Angel

Children
No Data