[Mono-bugs] [Bug 348082] DataGridView: AutoGenerateColumns= false does not disable column addition

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 20 16:33:17 EDT 2008


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

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=348082#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-05-20 14:33:17 MST ---
Fixed in r103618.  Thanks for the report and test case!

2008-05-20  Jonathan Pobst  <monkey at jpobst.com>

        * DataGridViewCellCollection.cs: Add a method to find the cell
        with the given DataPropertyName.
        * DataGridViewColumn.cs: Track if the column was autogenerated or not.
        * DataGridViewColumnCollection.cs: Add a method to clear all
        autogenerated columns.
        * DataGridView.cs: If AutoGenerateColumns is false, don't autogenerate
        columns.
        [Fixes bug #348082]

2008-05-20  Jonathan Pobst  <monkey at jpobst.com>

        * DataGridViewDataBindingTest.cs: Add test for AutoGenerateColumns.


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