Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Tab from ultra web grid to text box
posted

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.