Hi Friends,
My requirement are as follow.....
1) First DataGrid display all row of one table, with this one additional
column having +/- control like tree.
2) When user click on +/- control DataGrid row must expand & show rows of
other table (filtered row based on clicked row values). I thing we need
embedded datagrid to show expanded row.
Is am I right?
Is it possible to embedd datagrid as row in other datagrid?
Need Urgent Help.
Thanking You
Tushar P.
Peter Kenyon - 24 Sep 2004 03:21 GMT
> Hi Friends,
> My requirement are as follow.....
[quoted text clipped - 10 lines]
> Thanking You
> Tushar P.
The DataGrid control already has this functionality, without needing to do
anything special. If you assign a two-table dataset with relations between
the tables as the grid's DataSet, you will be able to click on a +/- to see
the child rows.
Peter