Ahhh...VB.NET Focus Issues. I dont know about anyone else, but I spend longer debugging focus issues than anything else. I would be grateful if anyone could point me to any interesting articles regarding focus issues, especially regarding when/why to use control.select or control.focus
sp76..It sounds as if you dont want the datagrid to get focus. In which case set its TabStop to False. I suspect you're trying to trap the gotfocus event and then move focus to another control.
Sweep
...if it works dont mess with it