https://bugzilla.novell.com/show_bug.cgi?id=325239
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=325239#c1 Jonathan Pobst <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Jonathan Pobst <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
