This is a migrated thread and some comments may be shown as answers.

What node returns method FindNodeByValue ?

1 Answer 67 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
eugen100
Top achievements
Rank 1
eugen100 asked on 26 Mar 2009, 12:25 PM

It's written in Help:
Return Value

A RadTreeNode whose Value property equals to the specified argument

Does it mean that this method finds a first node whose Value property equals to the specified argument? And what does mean  first?
How can I get all nodes whose Value property equals to the specified argument? If I must run over all nodes then method FindNodeByValue doesn't help me.
Evgeny

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Mar 2009, 12:33 PM
Hi Evgeny,

FindNodeByValue method of RadTreeView really finds the first node whose Value equals to the argument. In case you have more nodes with the same value, you should traverse all the nodes and check their values. 

Kind regards,
Yana
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
eugen100
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or