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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.