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

Editable treeview - possible?

1 Answer 176 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
dandv
Top achievements
Rank 2
dandv asked on 04 Jan 2015, 08:07 AM
Any updates on a clean way of making the tree node text editable?

Does Kendo have multiple inheritance when creating components? This is very easy to do in Webix:

webix.protoUI({name: 'edittree' }, webix.EditAbility, webix.ui.tree);

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 05 Jan 2015, 12:37 PM

Hello Dan,

At this time, the TreeView does not support editing out of the box. However, you can achieve this via an external form (Angular) or a popup.

We don't use multiple inheritance, rather single inheritance and mixins.

Regards,
Alex Gyoshev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeView
Asked by
dandv
Top achievements
Rank 2
Answers by
Alex Gyoshev
Telerik team
Share this question
or