I've noticed that once you "enter" a grid control, pressing tab just continually cycles through the columns. Ideally, when the user tabs from the last column it should go to the next control on the tabindex list.
I assume the only way is to check the KeyPress code of the last column - if it's <tab>, then setfocus manually to the next control. Is there a better way?
I assume the only way is to check the KeyPress code of the last column - if it's <tab>, then setfocus manually to the next control. Is there a better way?