[Mono-bugs] [Bug 399601] DataGridViewColumm and Data(set)Columm are not corectly linked .
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jun 12 06:43:16 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=399601
User surfzoid2002 at yahoo.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=399601#c2
--- Comment #2 from Eric Petit <surfzoid2002 at yahoo.fr> 2008-06-12 04:43:16 MDT ---
i forget a details who correct tempory this bug and demonstrate the fact of the
rows are in the dataset but not in the datagriview,
if before adding rows by prog i release link between datagridv and dataset :
DtGV.Datamenber = null;
DtGV.Datasource = null;
- Add rows and then make again the link :
DtGV.Datasource = DS;
DtGV.Datamenber = DS.Table[0].Tablename;
It is okay, the Datagridview display the new rows.
--
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