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

Kendo Grid Checkbox with Angular JS

3 Answers 1200 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ajay
Top achievements
Rank 1
Ajay asked on 24 Nov 2014, 12:28 AM
I am using angular js and I have a kendo grid in a directive which we are using as a widget on a page. I have one of the grid column defined as a checkbox. If I check this checkbox on a row all other checkboxes on all the rows should be unchecked. The Save button will call the service and issue a ajax call and update the row with the checkbox value.

I cannot figure out how to trigger the checkbox click to check/uncheck all the other checkbox and also when the user clicks the Save button how to get the current value of the checkbox.

I have attached my directive controller and the service which has the grid options.  Any help will be appreciated. Thanks
Ajay.

3 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 26 Nov 2014, 08:29 AM
Hello Ajay,

Please check the following example and let me know if it helps:

http://dojo.telerik.com/aDeJe

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Ajay
Top achievements
Rank 1
answered on 01 Dec 2014, 06:26 PM
Thanks Kiril. This was exactly what i was looking for.
0
Kiril Nikolov
Telerik team
answered on 02 Dec 2014, 11:05 AM
Hello Ajay,

Glad I helped.

In case you have any further questions, do not hesitate to contact us.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Ajay
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Ajay
Top achievements
Rank 1
Share this question
or