Home - Forums-.NET - FlyTreeView (ASP.NET) - Javascript select the parent node

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Javascript select the parent node
Link Posted: 24-Nov-2005 23:40
Hi,
How can i disable the selection of the parent node when i select all the child nodes.

thanks
Fernando
Link Posted: 26-Nov-2005 04:27
You should probably modify the CanBeSelected property of client-side node object in order to disable its selection.
Also you should hanlde client-side onnodeevent event in order to loop through the child nodes to detect wheter or not all the child nodes of some node are checked.