Hi
I am trying to make a search function in a treeview.
Using this code will find what i am looking for:
Dim result As RadTreeNode() = RadTreeView1.FindNodes("Anders And")
result(0).RootNode.ExpandAll()
result(0).Selected = True
but all nodes are expanded, like 'expand1.png'
I would like it to look like 'expand2.png'
Kindly Peter