Talk:Working with Data—Using the DataGridView
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
I found a bug in the DataGridView control. Others have reported this bug on various blogs or mailing lists.
Sometimes, a DGV can get into a mode where it "forgets" your column settings after a build.
Workaround: I found that if I "freeze" the first column, it keeps all my column settings.
How to reproduce this bug:
- Not too keen on this part, as my primary interest was getting out of this part of hell. --Uncle Ed 11:25, 8 March 2007 (EST)