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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] -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 [EMAIL PROTECTED] 2007-01-04 16:52 ------- your test is really two bugs. an AllowDBNull bug and the Ctrl+0 handling bug. + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
