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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to