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

Tree View Mouseover

1 Answer 114 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
MissioDei
Top achievements
Rank 1
MissioDei asked on 13 Apr 2009, 01:19 PM
When you mouse over the nodes in a treeview, there is a behavior that highlights each node (WebBlue) theme. What is the easiest way to have the node stay highlighted, if I am on the web page that the node corresponds to?

For example:

If I click menu option 1 on the tree view and It launches the page, is there a way to keep the node in the treeview highlighted?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 13 Apr 2009, 02:51 PM
Hi Strategon,

On Page_Load you can find the appropriate node (e.g. by using FindNodeByUrl) and set its Selected property to True.

I hope this will get you started.

Kind regards,
Veselin Vasilev
the Telerik team

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