Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79788 --- shadow/79788 2006-10-30 10:55:17.000000000 -0500 +++ shadow/79788.tmp.11591 2006-10-30 10:55:17.000000000 -0500 @@ -0,0 +1,38 @@ +Bug#: 79788 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Windows XP SP2 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Datagrid doesn't display multitable dataset correctly. + +Description of Problem: +When binding a multitable dataset to the datagrid, there is no way to view +the data like on the MS implementation of the datagrid. + +The MS datagrid will provide a dataset parent node with child nodes of all +the tables so you can select which table you want to display data from. + +Steps to reproduce the problem: +1. create winforms app with a datagrid. +2. fill a dataset with multiple tables and bind it to the datagrid. + +Actual Results: +Data is bound to the datagrid but there is nothing displayed. + + +Expected Results: +see above + +How often does this happen? +every time _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
