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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=399601#c2





--- Comment #2 from Eric Petit <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to