I'm facing this strange problem while working with DataGridView. In my application that i'm building, there is a form with some tabs, and im using the dataGridView Controls in some of the tabs.
These dataGridView controls have already been configured, with a number of columns already added, and has been working perfectly fine for a long time.
Today when i open the project, i see that one of the dataGridView has all the columns mysteriously deleted! I had to re create the entire control all over again. As soon as i finish that, i see that its happened to another datagridview in the same form!!
I cannot add the same columns again as it says that the name is already in use by another component. So basically i will have to delete the dataGridView and recreate it again if i want the same column names!
Has anyone else come across this weird problem? I've only found one reference to something like this on google here:
http://social.msdn.microsoft.com/Forums/en-US/winformsdesigner/thread/46d8c2b8-3cd7-449a-8cbf-424b67002111
but the solution wasent really helpful. any hints/help would be appreciated!