[Mono-bugs] [Bug 80354][Wis] Changed - DataGridView not shown

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 26 13:25:15 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=80354

--- shadow/80354	2006-12-26 11:36:56.000000000 -0500
+++ shadow/80354.tmp.31084	2006-12-26 13:25:15.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80354
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: gert.driesen at pandora.be                            
 ReportedBy: kobruleht2 at hot.ee               
 QAContact: mono-bugs at ximian.com
@@ -42,6 +42,11 @@
 dt.Columns.Add(column);
 dt.Rows.Add("");
 DataGridView dg= new DataGridView();
 this.Controls.Add(dg);
 dg.DataSource = dt;
 } }
+
+------- Additional Comments From gert.driesen at pandora.be  2006-12-26 13:25 -------
+Fixed in svn (revision 70085).
+
+Still lots of issues left though.


More information about the mono-bugs mailing list