Hey Guys,
I have an ultraweb grid on an aspx page. If I click or tab into it (grid now has the focus), I cannot tab off of it. I have tried code client side and server side to move the focus to a text box underneath the grid on row selection changed.
The idea is that the user would select a row, the text box and some other controls would populate from data in the selected row, and the focus would go to the text box. The user should be able to keep tabbing through the other controls from there.
Problem: the text box gets the focus, the user tabs, a postback is raised and the focus has now gone back into the grid. If I click into the textbox instead of trying to tab off of the grid, the focus stays and I can tab normally.
How do I fix this?
Thanks in advance for your help.