[Mono-bugs] [Bug 81003][Nor] Changed - When adding rows to an already bound DataTable, the DataGridView is not refreshed to show the new rows

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 7 17:30:01 EST 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mtraudt at quantifisolutions.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81003

--- shadow/81003	2007-03-07 12:31:28.000000000 -0500
+++ shadow/81003.tmp.7454	2007-03-07 17:30:01.000000000 -0500
@@ -82,6 +82,18 @@
     dt.Rows.Add(r);
   }
 }
 
 ------- Additional Comments From pedromj at gmail.com  2007-03-07 12:31 -------
 Fixed in SVN, r73889.
+
+------- Additional Comments From mtraudt at quantifisolutions.com  2007-03-07 17:30 -------
+I now see the new rows added, so this problem is fixed.
+
+However, when if I have more rows that will fit within the frame, I
+get an annoying flicker with the scrollbar and zillions of these
+messages on the console:
+
+DataGridView.OnPaint-ClipRectangle: {X=224,Y=0,Width=16,Height=150};
+
+Should I submit a separate bug for this?
+


More information about the mono-bugs mailing list