Hi all,
can someone tell me what it is the best way to browse all nodes of a RadTreeView?
I'm using the following code:
but it is just catching the root node.
Thanks,
Bruno
                                can someone tell me what it is the best way to browse all nodes of a RadTreeView?
I'm using the following code:
foreach (RadTreeNode oNode in oTreeView.Nodes){    Label oLbl = (Label)oNode.FindControl("spnDesignation");    oLbl.Visible = bShow;}but it is just catching the root node.
Thanks,
Bruno