[Mono-bugs] [Bug 80293][Min] Changed - the DataGridView.DataSource property should take in account the AutoGenerateColumns property value

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 19 15:13:33 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 toshok at ximian.com.

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

--- shadow/80293	2006-12-17 19:03:22.000000000 -0500
+++ shadow/80293.tmp.18742	2006-12-19 15:13:33.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80293
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: Ubuntu 6.10
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: catanzariti at yahoo.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -37,6 +37,12 @@
 			columns.Add(col);
 		}
 	}
 ...
 	
 }
+
+------- Additional Comments From toshok at ximian.com  2006-12-19 15:13 -------
+datagridview is missing much of its databinding functionality (it's
+missing a lot of code period).
+
+It will likely be adapted from the existing datagrid code.


More information about the mono-bugs mailing list