[Mono-bugs] [Bug 77806][Nor] New - New rows in DataGrid

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 16 17:04:52 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 roger.jakobsson at jorosoft.se.

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

--- shadow/77806	2006-03-16 17:04:52.000000000 -0500
+++ shadow/77806.tmp.17623	2006-03-16 17:04:52.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 77806
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: WinXP SP2 and Ubuntu 6.04
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: roger.jakobsson at jorosoft.se               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: New rows in DataGrid
+
+Description of Problem:
+Can't add rows in the DataGrid by typing in the last row and then tab 
+away. Must use Enter, and then you can't use Position to go to that row.
+
+Steps to reproduce the problem:
+1. Run attached sample
+2. Type something in the last row in the grid
+3. Press Tab
+
+Actual Results:
+Tabs to next control on the form
+
+Expected Results:
+Adding the new row to the dataset and moving focus to the row below
+
+How often does this happen? 
+Always
+
+Additional Information:
+Can't type something in the new row and click another row either, the new 
+row reverts to (null). In MS.NET, both Tab and a click on another row 
+adds the row correctly. Using Enter in Mono adds the row, but then you 
+can't use CurrencyManager.Position to go to the new row.


More information about the mono-bugs mailing list