I'm currently running with kendo v2012.3.1315 and I am trying to edit a specific node in a tree view without a full tree view update.
I would like to be able to edit the name and have it reflect on the tree and any access to dataitem. Right now, I have been able to just overwrite the html but a) this could change due to template changes and b) when i access the dataitem later, it still has the old text.
The reasoning for this desired functionality is two fold: performance and consistent user interface.
Does anyone know if this is possible?
Thanks.