[Mono-bugs] [Bug 430954] DataGridView: Do net create new row ( with AllowUserToAddRows set to true), if text is set by code to this row

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 16 17:00:17 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=430954

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=430954#c4


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                                        |RESOLVED
         Resolution|                                                |FIXED




--- Comment #4 from Jonathan Pobst <jpobst at novell.com>  2008-10-16 15:00:16 MDT ---
Fixed in r116015 and r116029.  Thanks for the report!

2008-10-16  Jonathan Pobst  <monkey at jpobst dot com>

        * DataGridView.cs: Handle Enter and Escape keys.
          - Move call to EndEdit to MoveCurrentCell.
          - Remove call to EndEdit from navigation key routines.
          - Fire CellLeave and CellEnter.

2008-10-16  Jonathan Pobst  <monkey at jpobst dot com>

        * DataGridView.cs: When a user begins an edit in the 'new row',
        make that a real row, and add a new 'new row'.  If the user
        cancels the edit, remove the new 'new row' and reset everything.
        Also, ensure UserAddedRow and UserRemovedRow events are raised.
        [Fixes bug #430954]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list