2009-01-02 Ivan N. Zlatev <contact@i-nz.net>
authorIvan Zlatev <ivan@ivanz.com>
Thu, 1 Jan 2009 23:02:11 +0000 (23:02 -0000)
committerIvan Zlatev <ivan@ivanz.com>
Thu, 1 Jan 2009 23:02:11 +0000 (23:02 -0000)
* DataGridViewCellCollection.cs: When cells are removed the column
indices become invalid if the cell is not the last one and have to
be refreshed.

svn path=/trunk/mcs/; revision=122319

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog

index 25452d282e3e601957228e9b290c6446fcd3a7d2..73e564022e223cbe8f3eb7085beaa9c5c57ef768 100644 (file)
@@ -1,3 +1,9 @@
+2009-01-02  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewCellCollection.cs: When cells are removed the column 
+       indices become invalid if the cell is not the last one and have to 
+       be refreshed.
+
 2009-01-01  Ivan N. Zlatev  <contact@i-nz.net>
 
        * DataGridView.cs: Return false in CommitEdit if there was an error.