Datagrid and relation between two table.

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
 
C

ClayB

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.
 

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

Similar Threads


Top