Hello,
How can I expand a node and all its parents (Not one parent).
Here is my code which only expands a node:
Please, I need your help in order to expand also its all parents until the root node.
It is very appreciated to send me the modified code.
Regards,
Bader
How can I expand a node and all its parents (Not one parent).
Here is my code which only expands a node:
protected void GuideRadTreeView_NodeDataBound(object sender, RadTreeNodeEventArgs e) { if (e.Node.Text.Equals("Share Tests")) { e.Node.Expanded = true; } }Please, I need your help in order to expand also its all parents until the root node.
It is very appreciated to send me the modified code.
Regards,
Bader