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=80282 --- shadow/80282 2006-12-17 07:14:19.000000000 -0500 +++ shadow/80282.tmp.5775 2006-12-17 07:14:19.000000000 -0500 @@ -0,0 +1,35 @@ +Bug#: 80282 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: DataGrid: insert row difference + +I've noticed the following differences between MWF and MS concerning +insertion of a new row in a DataGrid: + +* Value of expression column should not be calculated until row has +been "committed". + +* Clicking on the "new" row should not immediately add another new row. + +* Pressing enter on new row should have no effect. + +* Moving focus away from unmodified new row should discard that row. + +To reproduce: +1. compile and run the attached code snippet. +2. follow the on-screen instructions in tabs #1 to #4. + +Let me know if you prefer indivual bug reports. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
