I have a tree panel which loads data after a keystroke in a text field. If I set the root node to be hidden, when the tree loads it steals focus from the text field. If I dont hide the root note it works perfect…
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As per i know you need to write the code to display tree panel in change event of text field.Then if you change the key in textfield it will never loose the focus and you will get the result by each key change.