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

Create Static NavigateUrl Property

1 Answer 44 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Kristin
Top achievements
Rank 1
Kristin asked on 28 Jul 2015, 06:17 PM
I am converting a legacy application which sets the NavigateUrl property in the RadTreeView to a value which is later used on the client side to build a dynamic URL to navigate to another page.  It appears that in the later versions the NavigateUrl property actually takes you to the page once a node is clicked on.  Is there any way to turn off that functionality so that the property is essentially static or is there another property that could be used to hold the URL value besides the Value property (That one is being used already)? Thanks

1 Answer, 1 is accepted

Sort by
0
Aneliya Petkova
Telerik team
answered on 30 Jul 2015, 08:00 AM
Hi Kristin,

The RadTreeNode object provides a special collection called Attributes that can store any number of name and value pairs. You could add a custom attribute for your NavigateUrl to achieve this scenario.

For more information, please check the following help articles:
Hope this will be helpful.

Regards,
Aneliya Petkova
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
TreeView
Asked by
Kristin
Top achievements
Rank 1
Answers by
Aneliya Petkova
Telerik team
Share this question
or