Is there an off the shelf control for showing relational data with ease
similar to that for a DataGridView when showing one table?
I want to start with the top level table then be able to expand records
within it to reveal the next level od data etc.

Signature
David Jones
Software Developer
(Embeddded Systems)
Victorian Partnership of Advanced Computing
Melbourne, Victoria Australia
Andrew Backer - 21 Aug 2007 18:28 GMT
There are many third party controls do to this kind of this. This is the
one we currently use, and if the grid doesn't work exaclty as you want then
there are others that may. If you are looking for something even more specialized
then you may need to describe it more fully.
http://www.devexpress.com/Products/NET/WinForms/XtraGrid/Index.xml
//A
> Is there an off the shelf control for showing relational data with
> ease similar to that for a DataGridView when showing one table?
>
> I want to start with the top level table then be able to expand
> records within it to reveal the next level od data etc.