I am using a textbox or a ComboBox placed over a MSFlexGrid cell for editing - which seems to be one of the standard ways of doing it. When I switch from cell to cell the textbox always losses focus and is then repositioned over the new cell and gains focus.
The problem that I have is when I clicked the mouse outside the FlexGrid on the Form or some other control then the editing textbox does not loose focus and update the resulting cell with the edited value (which is what normally happens when I am editing several cells).
Any ideas how I can address this problem?
The problem that I have is when I clicked the mouse outside the FlexGrid on the Form or some other control then the editing textbox does not loose focus and update the resulting cell with the edited value (which is what normally happens when I am editing several cells).
Any ideas how I can address this problem?