I understand that inline editing is not something that is supported by the TreeView and I've seen other solutions in the forums where people created work-arounds for this. I'm trying to work on my own work-around to create actual inline editing using the tree view but I'm having issues I'm hoping someone can help with.
Essentially I've created a template that wraps the data in a span tag, then on the double click event of that span i replace the html contents of the data with code for a text box. My intent is that I then use the blur event of the text box to save the data into the treeview data and get rid of the textbox.
The problem I'm having though is that when the text box is created, I can't actually click into it. I'm wondering if one of the events of the TreeView is hijacking the click event and redirecting focus elsewhere which essentially never lets the textbox get focus. Anyone (especially the Telerik devs) have any ideas why this could be happening?