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