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.
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.