[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 12:31:28 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 pedromj at gmail.com.

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

--- shadow/81003	2007-03-02 15:42:31.000000000 -0500
+++ shadow/81003.tmp.4029	2007-03-07 12:31:28.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 81003
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: pedromj at gmail.com                            
 ReportedBy: mtraudt at quantifisolutions.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -79,6 +79,9 @@
     DataRow r = dt.NewRow();
     r[0] = DateTime.Now;
     r[1] = "Button.Click";
     dt.Rows.Add(r);
   }
 }
+
+------- Additional Comments From pedromj at gmail.com  2007-03-07 12:31 -------
+Fixed in SVN, r73889.


More information about the mono-bugs mailing list