[Mono-bugs] [Bug 399601] New: DataGridViewColumm and Data(set) Columm are not corectly linked.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jun 12 06:39:15 EDT 2008
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 at lists.ximian.com
ReportedBy: surfzoid2002 at yahoo.fr
QAContact: mono-bugs at 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.
More information about the mono-bugs
mailing list