Greetings,
I am constructing a user interface that uses the tab control with two tab pages. Both have DataGridViews that are bound when the user loads an object and both have contain a column with the DataGridViewComboBoxCell that are bound with child/parent related binding sources.
If I load dataset and Databind to both DGVs, the one displayed on the first tab page shows fine. When I click on the second tab page, I get an error that the "DataGridViewComboBoxCell value is not valid". However, if I click on the second tab before it is bound to any data (thus painting the control) then load the dataset and bind the controls, I do not get the error.
The problem seems to be related to the DataGridViewComboBoxCell because when I replace the column with a Text Cell, the application works fine.
Has anyone experienced this problem Many thanks in advance for any insights.