I was wondering if there is was to create a custom function for when the title of a task of a task is clicked in the left side of the chart (tree view) if the chart's "editable" characteristic is set to false. Essentially I'd like to link to an external page when a user double clicks on the title of a task. A Dojo snippet would be greatly appreciated.
4 Answers, 1 is accepted
0
Hi,
Here's a dojo sample demonstrating how you can use jQuery to bind to the title cell double click event:
http://dojo.telerik.com/iXUFI
Regards,
Bozhidar
Telerik
Here's a dojo sample demonstrating how you can use jQuery to bind to the title cell double click event:
http://dojo.telerik.com/iXUFI
Regards,
Bozhidar
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Matthew
Top achievements
Rank 1
answered on 05 Aug 2015, 01:16 PM
Hi,
Is there any reason you know of as to why this wouldn't be working for me? I have the function in the right place and a title field that expands to four levels. When I double click any title of any of those levels I don't see any result. Thanks.
0
Hi Matthew,
In order to further troubleshoot the reason for the experienced behavior at your side, please send us a dojo sample with the current implementation that you are using.
Regards,
Dimitar Terziev
Telerik
In order to further troubleshoot the reason for the experienced behavior at your side, please send us a dojo sample with the current implementation that you are using.
Regards,
Dimitar Terziev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Matthew
Top achievements
Rank 1
answered on 06 Aug 2015, 12:45 PM
Hi,
I was actually able to resolve this issue in the interim. The code below is what allowed for the functionality I was looking for, though I am still not exactly clear on why Bohzidar's snippet implementation wasn't working for me. Thank you.
$(".k-treelist .k-grid-content").dblclick(function (e) {})