Datagrid and relation between two table.

  • Thread starter Thread starter archana
  • Start date Start date
A

archana

Hi all,

I am having application where in i am having datagrid showing 2 tables
with relation between them.

When i click on relation which set i get records of second table in
same datagrid. And to go back i have to click on back buttoon. What i
want is to display both tables in same grid. Like when i click on
relation records should gets displayed in same grid. Means like tree
view structure.

How will i do this?

thanks in advance
 
There is no control in .NET 1.1 or .NET 2.0 libraries that allows you
to show multicolumn hierarchical data using in-place expansions. You
will either have to write your own control that does it, or find a
third party that supports in-place expansion of hierarchical data.

======================
Clay Burch
Syncfusion, Inc.
 
Back
Top