[ASP.net v2] [C#] Treeview ....
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I would like developp a control treeview with asp.net with the possibility to research a text in the treeview. The research must work all the node of the treeview. Have you a exemple, a tutoriel ? Thanks of your response
try telerik treeview component... they are really working nice and fast... You can find the documentation and tons of running samples... Here is a part from documentation (r.a.d.treeview Client-Side): FindNodeByText(text) Returns the first instance of a node with the specified Text. FindNodeByValue(value) Returns the first instance of a node with the specified Value. HainKurt