[Mono-bugs] [Bug 325239] DataGridView: not visible in form

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 1 18:38:19 EDT 2008


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

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


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |jpobst at novell.com




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2008-04-01 16:38:19 MST ---
This happens because we generate the columns from the first object in the list.
 In this case, that object has not been instantiated, so it is null.  We will
need to change our DataGridView.BindIList to handle this case.


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


More information about the mono-bugs mailing list