* System.Windows.Forms/DataGridView.cs: If a column has been added,
commit6b946f08e3c70c69eccf2516d7fd85fbb1d59129
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Mon, 20 Aug 2007 09:40:59 +0000 (20 09:40 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Mon, 20 Aug 2007 09:40:59 +0000 (20 09:40 -0000)
treee9b03a96d9da5e3c8a761fd66e25ac2e0521bdf2
parent94ee46a641752e82cb95706a85627918901b6210
* System.Windows.Forms/DataGridView.cs: If a column has been added,
  recreate the editing row. Fixes #82226.
* Test/System.Windows.Forms/DataGridViewTest.cs: Added
  EditingRowAfterAddingColumns.

svn path=/trunk/mcs/; revision=84435
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridView.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTest.cs