I have a form which is quite complicated, lots of controls and lots of containers. When I run it, the first thing seen is a grid. I'm setting focus to this grid in the form_init event, and even though it does get focus, it almost immediately, control seems to "go" somewhere else. The grid looks like it still has focus, but I have to press 'escape' once before I can start using the form. (all buttons, text boxes elsewhere on the form are equally unavailable - not disabled, just not clickable).
Is there anyway of finding of which control is getting focus - why would escape solve my problem? I tried stepping, but it did no good.
Is there anyway of finding of which control is getting focus - why would escape solve my problem? I tried stepping, but it did no good.