This is a migrated thread and some comments may be shown as answers.

On change Event for checkbox in inline editing mode

1 Answer 284 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rahul
Top achievements
Rank 1
rahul asked on 03 Apr 2017, 12:12 AM

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?

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 04 Apr 2017, 02:37 PM
Hello Rahul,

Generally speaking, you need to specify schema and ID configuration for the grid, in order to perform edit operations. So please add the required configuration and try again. 

In case this does not help, please provide more detailed information about you scenario. How exactly you handle change event for checkbox? Additionally, do you have checkbox column or checkboxes are part of template? 

You can strip the problematic scenario in a sample runnable project and we will be able to investigate it locally.

Regards,
Milena
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
rahul
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or