This question is locked. New answers and comments are not allowed.
Hello,
I have implemented a custom header control that has textboxes inside for quick search.
When the first textbox inside first column has focus, I try to navigate with tab, and it works great, I can navigate through these textboxes.
The problem appears when I select a row in grid, then put a focus back on textbox. In that case, when I press tab, the cell in the selected row gets the next focus :(
Is there a way to manually reset the tab index or something like that?
P.S. Happy Holidays :)