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

Double-Click Expander

1 Answer 24 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Raissa
Top achievements
Rank 1
Raissa asked on 16 Feb 2015, 05:12 AM
Hi,
I was wondering if it was possible to change the functionality of the TreeView to expand on double click of the arrow, rather than just of the parent item?
Thank you for any help.

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 18 Feb 2015, 04:05 PM
Hello Raissa,

I am afraid that this functionality is not supported with the radTreeView. However, you can try to custom implemented it, using jQuery. For example you can try to cancel the propagation of the click event of the Expand toggle and hook a dblclick event on the same, so you can use the ClientAPI of the control and manually call the expand on the specific node.

However, please keep in mind that this is not a supported scenario and subsequent issues may arise.

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TreeView
Asked by
Raissa
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or