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.
how to set focus on dropdownlist items?
I am just curious. Please ask the highest person in authority this question.
You at infragistics wonder why I get so frustrated using your controls.
How the h#$%ll am I supposed to have known this is what sets the focus?
It is just like many things at infragistics the most non intuitive code I have ever seen since the Microsoft com days.
UNREAL!!!!!!!!!!!
Gary
Hello Murali,
Please feel free to contact me if you have any further questions regarding this matter.
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.
I am currently looking into this matter and will keep you posted of any available information.