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


           Summary: DataGridViewColumm and Data(set)Columm are not corectly
                    linked.
           Product: Mono: Class Libraries
           Version: SVN
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: DeveloperNet


Here it is a test case who folow the way MS VS Designer use to add graphicaly a
DataGridView + a DataSet with a table and colum.
Like this, yu will find two columm "definition" for the same columm and they
are "linked".
But under mono they aren't linked corectly, when adding rows by prog
(DS.Tables[0].Rows.Add(...);), the are added in the dataset table but not in
the datagridview columm.

With a simple test case who link and define all by prog, adding row work,
because we define only the dataset.table columm.


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to