Hi Friends,
I have a RadTreeView Control and i use xml datasource binding.
i have a textbox above the treeview control.
When a type a word/node name in the textbox. i want my treeview to be binded only upto that node hierarchy. not its child details.
for ex:
consider a tree having A as parent its direct child is B and Its direct child be C.
so if i search for B
Tree should only display A and its child B. since B is the node that i searched for.
Examples would be appresiated.
One more thing is . how to set the datasource proiperty for the RadTreeView control in javascript.
I have a RadTreeView Control and i use xml datasource binding.
i have a textbox above the treeview control.
When a type a word/node name in the textbox. i want my treeview to be binded only upto that node hierarchy. not its child details.
for ex:
consider a tree having A as parent its direct child is B and Its direct child be C.
so if i search for B
Tree should only display A and its child B. since B is the node that i searched for.
Examples would be appresiated.
One more thing is . how to set the datasource proiperty for the RadTreeView control in javascript.