Hi i have a WebDropDown in my form.i check the some validations and output will false means i want to focus the WebDropDown Control.so How can i set focus the Control using Java Script. any body suggest the answer please.
Thanks.
Hello Murali,
I am currently looking into this matter and will keep you posted of any available information.
Thank you for your patience.
It should be possible to focus the webDropDown using something similar to:
function focusDD() { var dd = $find("WebDropDown1"); dd._elements["Input"].focus(); }
Hope this helps. Please let me know if you have any questions.
how to set focus on dropdownlist items?