[Mono-bugs] [Bug 462019] New: DataGridView is not loading from a DataSource
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 23 12:27:39 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=462019
Summary: DataGridView is not loading from a DataSource
Product: Mono: Class Libraries
Version: 2.0.x
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: masschel at gmail.com
QAContact: mono-bugs at lists.ximian.com
CC: masschel at gmail.com
Found By: ---
Description of Problem:
The WinForms DataGridView does not get filled correctly when setting the
DataSource before the columns are defined.
Steps to reproduce the problem:
1. Get the example from http://msdn.microsoft.com/en-us/library/y0wfd4yz.aspx,
and run it. Works out of the box.
Actual Results:
The DataGridView is not filled.
Expected Results:
The DataGridView should be filled.
How often does this happen?
Every time.
Additional Information:
In the example, moving the dataGridView1.DataSource = bindingSource1; to after
the column definition gives the correct results.
As jpobst said on IRC: when new columns are added, it should redo the binding
stuffs
--
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