TBMH
Posts: 40
|
| Posted: 03/10/2007, 5:14 PM |
|
I have a need to build a hierarchical view of a parent-child relationship (an org chart). THought I could do this with te Directory functionality, but have been fairly dissapointed. The default view of the Directory only shows 2 levels. Is there a way to display it fully expanded?
If there isn't (I'm fairly sure there isn't) what is the next best approach? Has anyone embedded a third-party hierarchy control? How about doing some trick SQL Views with recurssive joins in SQL Server? Thought about that too.
Any help is appreciated.
Thanks
Scott
|
 |
 |
mrincon
Posts: 14
|
| Posted: 03/16/2007, 8:27 AM |
|
Hi,
Try this, I'm very happy with it, although nowadays there are other Ajax options.
// Title: Tigra Tree Menu PRO
// URL: http://www.softcomplex.com/products/tigra_menu_tree_pro/
Regards,
Manuel Rincón
_________________
Manuel Rincon
Colombia |
 |
 |
Mango_Lier
Posts: 110
|
| Posted: 03/16/2007, 8:55 AM |
|
You did not mention what language or DB you are using. Anyway,
If you are using access/ASP then take a look here, it works like a charm http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm
However, hierarchical data in a DB requires a bit deeper understanding of data, it's use and structure. If you are using anything other than Access as your DB you might want to study this. http://dev.mysql.com/tech-resources/articles/hierarchical-data.html
|
 |
 |
|