[Mono-bugs] [Bug 80353][Wis] Changed - Grid navigation broken after null constraint violation in adding row

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 26 08:08:05 EST 2006


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 gert.driesen at pandora.be.

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

--- shadow/80353	2006-12-24 14:34:23.000000000 -0500
+++ shadow/80353.tmp.18817	2006-12-26 08:08:05.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80353
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: kobruleht2 at hot.ee               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -56,6 +56,10 @@
 dt.Columns.Add(column);
 dt.Rows.Add("");
 DataGrid dg= new DataGrid();
 this.Controls.Add(dg);
 dg.SetDataBinding(dt, "");
 } }
+
+------- Additional Comments From gert.driesen at pandora.be  2006-12-26 08:08 -------
+You (by accident) copied the repro from bug #80354. Please correct 
+this.


More information about the mono-bugs mailing list