hierarchical grid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have been trying to work out how to create a hierarchical grid in visual
studio .net 2005. The kind of thing I mean is as displayed in outlook when
viewing contacts by category.

I understand the datagridview control now replaces the datagrid 1.0/1.1
datagrid control will only display one table at a time.

Does anyone know if it is possible to do this with a standard visual studio
control? If so would you know a good resource which explains how to do it. I
haven’t found anything, despite hunting around for a few days now.

Many Thanks,

Steve
 
Have you tried Denis Bauers HierArGrid control? It comes with the source. You could use the source to create your own control in 2.0?

Sonu Kapoor [MVP]
 
Uups...sorry just realized that Denis's control was for web only. Never mind.

Sonu Kapoor [MVP]
 
Hello Sonu,

THanks for the reply anyway.

Looks like it will have to be a 3rd party control then.

Steve
 
Back
Top