I have enabled editing of tree nodes. However, the UX isn’t what I’m looking for. I don’t think a single click to enable editing is friendly for the user as it will constantly go into edit mode whenever they click a node.
Are there other options? Like double click, a hover UI to edit etc?
Hello micha ,
To enable double click edit you can use editaction property. You can set it to “dblclick” or “custom”, which allows edit itmes programmaticaly.
Please check the snippet with an example of editing using editaction: Code Snippet