Looking around in Google it looks like this is a known issue, sadly I did not create a backup before I made the change.
I have an unbound datagridview in my form that I update programmatically. I changed one of the column names in design view and now it is a grey blank in the design view in Visual Studio. The columns still seem to be there in the Form1.Designer.cs file but if I right click and try to edit columns there is nothing there. Also if I build it, the same thing - the datagridview comes out blank.
Is there any known way to revert to the original column layout and get the columns back? I can't seem to find a way back from here, since I can't edit the columns in design view now. I also can't add them back because it apparently still knows about the columns and refuses to allow me to add them again.
I can recreate it but it will be a lot of work.
Thanks
I have an unbound datagridview in my form that I update programmatically. I changed one of the column names in design view and now it is a grey blank in the design view in Visual Studio. The columns still seem to be there in the Form1.Designer.cs file but if I right click and try to edit columns there is nothing there. Also if I build it, the same thing - the datagridview comes out blank.
Is there any known way to revert to the original column layout and get the columns back? I can't seem to find a way back from here, since I can't edit the columns in design view now. I also can't add them back because it apparently still knows about the columns and refuses to allow me to add them again.
I can recreate it but it will be a lot of work.
Thanks