I'm making a KendoUI TreeList table and I need some rows to be read-only.
As the option does not exist by default, I'm trying to do this following this tutorial Here which works great on a KendoGrid, but not on my treelist.
I'm defining a template that creates an Edit button just for the rows that I marked as "readonly".
The buttons show up but nothing happens when I click on it... Has anyone an idea about why?
Here is the sample that I made : http://dojo.telerik.com/EXupO/2
Thank you for your help!
Please try with the below code snippet. I have changed code of edit-template script.
Let me know if any concern.