also, disable the call do BindColumns in
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index bb90779e618f2152a4fc2b405a0d755c571bc01d..8fbc6f4943999fd45390323d5755ac4f23e13d6e 100644 (file)
@@ -3,6 +3,11 @@
        * DataGrid.cs: don't forceably rebind columns in SetDataSource
        unless our list manager has changed (i.e. unless we have reason to
        believe our columns have changed).  Fixes #80422.
+       
+       also, disable the call do BindColumns in
+       OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
+       1.1 the event isn't raised in response to a column addition on a
+       table.)
 
 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>