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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top