WyldGynjer
MIS
I have a master/detail datagrid and within the child I have a save button. When I press the button - everything works - the page reloads, saves to my database etc...however I get an error message on the page saying:
Can't Move Focus to the Control because it is invisible, not enabled, or of a type that does not accept the focus.
I am not explicitly setting the focus - so how do I know what control it is trying to set focus to? I know it has something to do with the child datagrid - I'm assuming it's trying to set the focus on it - and it's not visible anymore - but how do I know what object it is trying to set focus to? And how do I change it?
Can't Move Focus to the Control because it is invisible, not enabled, or of a type that does not accept the focus.
I am not explicitly setting the focus - so how do I know what control it is trying to set focus to? I know it has something to do with the child datagrid - I'm assuming it's trying to set the focus on it - and it's not visible anymore - but how do I know what object it is trying to set focus to? And how do I change it?