I am using AngularJS with KendoUI gird and have some checkboxes in it. When i set "Editable:true" and change the checkbox, i get the event using ng-change. But when i use inline editing (editable:"inline") by adding command for Edit, i am not able to get the change event of the checkbox. Business case is on change of 1 checkbox, i have to check/uncheck other checkboxes in that grid row before saving it.
How can i get the change event for checkbox when using inline editing?