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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 4 17:27:28 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 gert.driesen at pandora.be.

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

--- shadow/80361	2007-01-04 16:54:10.000000000 -0500
+++ shadow/80361.tmp.783	2007-01-04 17:27:28.000000000 -0500
@@ -43,6 +43,17 @@
 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.
+
+------- Additional Comments From gert.driesen at pandora.be  2007-01-04 17:27 -------
+I don't think it's only related to AllowDBNull handling (although
+you're right in saying that nothing is done with the Exception from
+System.Data). I also get the problem when AllowDBNull is set to true.
+
+I think there another issue: DataGridTextBox.IsInEditOrNavigateMode is
+true after pressing CTRL+0 (and if no other key was pressed), and as
+as such the updated value is ignored (in DataGridTextBoxColumn.Commit).
+
+So there appear to be two issues here.


More information about the mono-bugs mailing list