Hi,
is it possible to change the text in a node in a igTree? I mean, edit the value and save it to datasource.
Thanks,
Hello Fernando,
What I may suggest is to refer to this existing sample that may be of help with your scenario - https://www.igniteui.com/tree/bind-tree-with-ko
Please, let me know if this is not suitable for your project.
Thank you, but it is not what I need. For example, Webix Tree allow to edit the text in a node. There is also a way to accomplish that in Kendo TreeView. It is weird Infragtistics doesn't have that feature. I will give a try with those trees.
Regards.
Fernando
Fernando, thank you for your response!
Another way of editing a node is described in this publication - https://es.infragistics.com/community/blogs/b/engineering/posts/the-infragistics-tree-with-a-context-menu
It describes how to setup a context menu with "Edit node" action.
If you need to edit a node using a double-click, for example, you may create a product idea for such a feature here - https://es.infragistics.com/community/ideas/i/ignite-ui-for-javascript
Thank you once more for contacting the Infragistics support!
Best regards,Alexander
I am having a problem: I am trying to merge editing form and drag and drop features. The sample for editing tree using a form uses jquery 1.7.1, it looks like if I change it to a newer one it doesn´t work. Also, the DnD sample uses jquery 1.9.1, and it doesn´t work fine if I change it to 1.7.1 when setting a tree to perform a copy when dropping the selected node. So, is there a way to update the sample using a form to edit a node to work with a jquery version compatible with DnD with copy option?Thanks.
PS: sample I created merging both options: http://jsfiddle.net/ftedin/fdteqgkm/2/