[Mono-bugs] [Bug 80361][Nor] Changed - DataGrid: AllowDBNull handling

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 4 16:54:10 EST 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 toshok at ximian.com.

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

--- shadow/80361	2007-01-04 16:52:02.000000000 -0500
+++ shadow/80361.tmp.32483	2007-01-04 16:54:10.000000000 -0500
@@ -8,16 +8,16 @@
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
-TargetMilestone: ---
+TargetMilestone: 1_2
 URL: 
 Cc: 
-Summary: DataGrid: pressing CTRL+0 does not have any effect
+Summary: DataGrid: AllowDBNull handling
 
 Pressing CTRL+0 is an editable cell of a DataGrid should modify the value 
 to null and display DataGridTextBoxColumn.NullText (but not commit it 
 yet).
 
 To reproduce:
@@ -38,6 +38,11 @@
 Chris, the underlying value is not actually changed. Take a look at
 the instructions I provided in the repro.
 
 ------- Additional Comments From toshok at ximian.com  2007-01-04 16:52 -------
 your test is really two bugs.  an AllowDBNull bug and the Ctrl+0
 handling bug.
+
+------- Additional Comments From toshok at ximian.com  2007-01-04 16:54 -------
+updated the summary.  the bug is that we aren't doing anything with
+the exception that's raised by System.Data when you attempt to set the
+column field to whatever the db null value is.


More information about the mono-bugs mailing list