how to expand Only root Node of the Telerik RadTreeview.
after populate the data form table in to RadTreeView.
i need a out put like this
|--BaseNode
+ChildNode1
+ChildNode2
+ChildNode3
Only Base Root Node[BaseNode] is Expanded other all the child[+ChildNode1
+ChildNode2,+ChildNode3] nodes are Collapsed.
can any one please help me please.