I am not able to make checkboxes in angular-grid in angularjs and i have used celltemplate but its not binding with my controller I have tried in my controller:
"cellTemplate":'<input type="checkbox" ng-model="row.isSelected" ng-click=" $scope.gridOptions.selectRow($event,row)">
I am using angular-grid