JoeDeveloper
11-30-2007, 07:38 PM
I have a TextInput box in a DataGridColumn and I want to take the focus off of it. Is there any way I can take the focus off of it? I know you can point it somewhere else by doing:
somewhereElse.setFocus() in your code but is there an explicit way of just telling the focus to come off of the TextInput without pointing the focus somewhere else?
Thanks.
somewhereElse.setFocus() in your code but is there an explicit way of just telling the focus to come off of the TextInput without pointing the focus somewhere else?
Thanks.