[Mono-bugs] [Bug 82572][Maj] Changed - DataGridView: not visible in form

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 5 08:15:15 EDT 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 benedict.walmisley at gmail.com.

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

--- shadow/82572	2007-09-04 18:48:42.000000000 -0400
+++ shadow/82572.tmp.16493	2007-09-05 08:15:15.000000000 -0400
@@ -3,13 +3,13 @@
 Version: 1.0
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Major
 Component: Windows.Forms
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: kobruleht2 at hot.ee               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -52,6 +52,23 @@
 	string name;
 	public string Name {
 		get { return name; }
 		set { name = value; }
 	}
 }
+
+------- Additional Comments From benedict.walmisley at gmail.com  2007-09-05 08:15 -------
+I get exactly the same behaviour except that column headers appears.
+The rest of the control is drawn using the same colour as AppWorkspace.
+
+Adding rows thus - in Form1_Load - I get row headers showing.
+dataGridView1.Rows.Add(20);
+            
+Setting row data thus - my program then quits immediately when running
+under mono.
+
+dataGridView1.Rows[1].Cells[1].Value = "A";
+dataGridView1.Rows[1].Cells[2].Value = "B";
+dataGridView1.Rows[1].Cells[3].Value = "C";
+
+The control IS visible, but it appears that drawing cell values is
+broken. 


More information about the mono-bugs mailing list