Home - Forums-.NET - FlyTreeView (ASP.NET) - How to select a node based on its value?

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

How to select a node based on its value?
Link Posted: 06-Apr-2009 01:27
Hi, I explored your client-server documentation to find a way to get a node based on its value but I cannot find it, all what I found is getCurrentNode ans Select functions, could you please help me out to select a node based on its value?
Link Posted: 06-Apr-2009 01:30
Client or server?
Link Posted: 06-Apr-2009 02:30
Client
Link Posted: 06-Apr-2009 02:35
http://www.9rays.net/asp.net_2/treeview/miscpages/doc/ClientObjects.aspx
See findByValue

So basically:
CFlyTreeView.getInstanceById("").findByValue("value").select();