Vue.js Kendo UI TreeList with inline editable grid cell not working
I’m working on integation a vue.js appliaction with kendo UI treelist component,Where each grid cell inside the treelist should be ediatble inlibe however setting up the ‘editable=”Inlie”‘ property and handling events like @cellclick and @datachange the cell remains non-ediatble.
But on cell click my function are fired.