Expand datagrid

  • Thread starter Thread starter Jan Sokol
  • Start date Start date
J

Jan Sokol

I have dataset with three tables. There is relationship
between tables.
For example: T1->T2->T3.

When I show dataset in datagrid I see rows from T1, then
I can go to data in T2 and then to data in T3.

What I want to do is to expand all rows so you can see
all data from T1, T2, and T3.

Is it possible to do that with datagrid, is there maybe
some other userful component for this?

Thanks.
 
Jan,

The current DataGrid in the System.Windows.Forms namespace doesn't
support this. You will have to develop your own, or use a third-party
product.

Hope this helps.
 
Back
Top