I don't think you can do this with a System.Windows.Forms.Grid. Most
commercial grids will give you this behavior.
==========================
Clay Burch, .NET MVP
Visit
www.syncfusion.com for the coolest tools
"Steve martin" <(E-Mail Removed)> wrote in message
news:15ec01c35da5$67212bc0$(E-Mail Removed)...
> Hi all
>
> I've got a dataset with two tables parents and children,
> i want to display these in a datagrid, i've used a data
> relation to link the parents to their children, but when
> i link the datasource to the dataset i get the parents
> with a link to the children that has to be explictly
> expanded to view children, can i display all of this on
> the one screen so that the children are displayed beneath
> the parents?
>
> Thanks
>
> Steve