Home - Forums-.NET - FlyTreeView (ASP.NET) - CssClasses not assigned to Nodes

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

CssClasses not assigned to Nodes
Link Posted: 04-Jan-2008 04:58
When using CssClasses for the HoverStyle, SelectedHoverStyle, SelectedStyle they aren't working at all. See attached example.

But strange enough, when assigning an inline style to the HoverStyle it starts working:


However some bugs then occur: The SelectedStyle starts to be sticky (multiple nodes get the SelectedStyle CssClass) and when clicking a node the SelectedStyle will only be assigned after hovering (onmouseout) away from the node.

I'm using the newest FlyTreeView version (downloaded a couple of days ago).

Greetz Richard
Link Posted: 04-Jan-2008 13:15
Richard,

Thank you for your bug report.
The bug is fixed.
You can download the latest version (fixed) from here:
http://www.9rays.net/download.aspx?productFamily=TreeView_ASP.NET_2
Link Posted: 05-Jan-2008 01:00
Thanx, it's working great now.