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

Need to do an action on doubleclick on a treeview element

1 Answer 57 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 02 Nov 2010, 09:19 AM
Hello,
I use a RadTreeview to do an history management, the user on the double click will open a previously closed user control.... I've searched a bit around but was not able to find a way of doing so.......can you please help me?
Thanks

Paolo

1 Answer, 1 is accepted

Sort by
0
Miro Miroslavov
Telerik team
answered on 04 Nov 2010, 02:57 PM
Hi Paolo,

 We are about to add DoubleClick event for the upcoming Q3 Sp1 release, but till then you can easily implement it by handling MouseDown on the TreeViewItems and check if the previous mouse down was less than 200-300ms.
You can also check the attached project for reference.
Hope will help you.

Greetings,
Miro Miroslavov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeView
Asked by
Michele
Top achievements
Rank 2
Answers by
Miro Miroslavov
Telerik team
Share this question
or