[Mono-bugs] [Bug 331649] DataGridView: NRE in set_RowCount

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 24 18:36:58 EDT 2008


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

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


Jonathan Pobst <jpobst at novell.com> changed:

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




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2008-03-24 16:36:58 MST ---
Fixed NRE in r98924.  Note we do not currently support VirtualMode, so the
numbers still won't draw, but the rows are correctly created.

2008-03-24  Jonathan Pobst  <monkey at jpobst.com>

        * DataGridView.cs: If RowCount is increased while ColumnCount
        is zero, add a column.  [Fixes bug #331649]

2008-03-24  Jonathan Pobst  <monkey at jpobst.com>

        * DataGridViewTest.cs: Add test for bug #331649.


-- 
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