Hierarchical data presentation
Hi all,
I have a question regarding hierarchal DataGrids or other appropriate solutions. I’m new to VB but I have tons of experience in some other programming languages so I’m just diving head first into all this stuff.
I want to display data in a hierarchal format based on the relationships between the DB tables/records. However I’m not talking about getting a link that generates another DataGrid, instead I want to display the related records directly below the “Parent” record.
Here’s an example:
http://www.invoke.com.au/images/hir_exp.gif
Is this possible in VB.Net? If so any suggestions or pointers would be greatly appreciated.
Cheers,
Cameron