[Mono-bugs] [Bug 78420][Nor] Changed - DataGrid throws exception

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 16 19:27:14 EDT 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 miguel at ximian.com.

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

--- shadow/78420	2006-05-16 19:09:24.000000000 -0400
+++ shadow/78420.tmp.31430	2006-05-16 19:27:14.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 78420
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Centos 4.2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: les42_1 at hotmail.com               
 QAContact: mono-bugs at ximian.com
@@ -93,6 +93,18 @@
 
 Because this seems to completely ignore the value passed for
 dataMember (its set to null right away).
 
 This was supposed to fix this bug:
 http://bugzilla.ximian.com/show_bug.cgi?id=76770
+
+------- Additional Comments From miguel at ximian.com  2006-05-16 19:27 -------
+I talked to Jordi.
+
+I changed the code to be:
+
+			this.datamember = string.Empty;
+			
+			SetDataSource (dataSource);
+			SetDataMember (dataMember);		
+			SetNewDataSource ();
+


More information about the mono-bugs mailing list