This is a migrated thread and some comments may be shown as answers.

Showing only selected Nodes

0 Answers 37 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Simon Allport
Top achievements
Rank 2
Simon Allport asked on 26 Nov 2009, 11:59 AM
Hi,
I am trying to build a  tree view and it works fine with just a normal datatable bound to it and shows everything. But I want to be able to pass a value such as '3' to the parent value and then for the treeview to show me all the child records under 3 and also all there  grandchildren.


ID        ParentID
1            Null
2             1
3             1
4             3
5             3
6             4
7             6  
8             5

I hope that makes sense


Thanks

Simon

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Simon Allport
Top achievements
Rank 2
Share this question
or