Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

I am changing from ng-grid to UI-Grid in angular js. I am getting error while DOM manipulation

Console Log Error:

[ngModel:nonassign] http://errors.angularjs.org/1.5.0-rc.1/ngModel/nonassign?p0=grid.getCellValue(row%2Col)&p1=%3Cinput%20tabindex%3D%22-1%22%20class%3D%customCheeckBox%20ng-pristine%20ng-untouched%20ng-valid%22%20type%3D%checkbox%22%20ng-model%3D%22grid.getCellValue(row%2C%col)%22%20parse-int%3D%22%22%20ng-true-value%3D%221%22%20ng-false-value%3D%220%22%3E 

I am adding check box dynamically to each row in my gird, it is working fine in ng-grid, but it is not working ui-grid

please check this plnker

in Plnker i can able to see the check box and not checked, but in my project i am not able to see the check box at all.

could any one please suggest the best solution

Thanks in advance !

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.