Hi ,
I am working on an application, in which i have to show treeview in left side
Customers (Root node)
.....Customer1
...Trip1
...Situation
Situation1
Situation2
...Visit
Visit1
Visit2
...Activity
Activity1
Activity2
...Trip2
...Situation
Situation1
Situation2
...Visit
Visit1
Visit2
...Activity
Activity1
Activity2
.....Customer2
...Trip1
...Situation
Situation1
Situation2
...Visit
Visit1
Visit2
...Activity
Activity1
Activity2
...Trip2
...Situation
Situation1
Situation2
...Visit
Visit1
Visit2
...Activity
Activity1
Activity2
This treeview is not static..it is very dynamic in nature..and
any timer node at any level can be added, deleted, updated..
I have created a dataset with tables (Customer,Trip,Situation,Activity,Visit)
with relations among tables...
and bound that dataset to TreeView..
on selection of nodes, right side xaml for corresponding treenode should appear..
please help me..i have already spent so many days by searching on net..everywhere it has been explained by using observable collection way or some classic way..
please let me know in detail what is easiest and simplest way for doing this
1. Treeview ..dynamic nature
2. I want to save xaml of usercontrol or viewuser control (to display on right side) for each and every node in hastable..
Hashtable should have key (Treenode's id) and Value should have xaml of usercontrol or viewuser control (to display on right side)
Thanks a lot in advance..Waiting for reply