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

Selecting a Node with a NavigationURL populated

1 Answer 40 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Chuck
Top achievements
Rank 1
Veteran
Chuck asked on 17 May 2019, 03:43 PM

Is there a way to require a Node having to be DoubleClicked in order to redirect to NavigationURL path? I need to Select the node, prior to displaying and selecting a ContextMenu, but since I have NavigationURL value it Redirects to the URL on a SingleClick.

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 22 May 2019, 03:18 PM
Hi Chuck,

You can handle the TreeView's OnCliendDoubleClick event and move the url-redirecting logic to it:
https://docs.telerik.com/devtools/aspnet-ajax/controls/treeview/client-side-programming/events/onclientdoubleclick

Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TreeView
Asked by
Chuck
Top achievements
Rank 1
Veteran
Answers by
Vessy
Telerik team
Share this question
or