I am currently facing an issue while trying to make a whole row editable using ui-grid with AngularJs.
If you could take a look at the coding in the provided plnkr link and let me know where I might have gone wrong, that would be really helpful. Click here for the plnkr link
Below is the error message I encountered while working on this. Despite my efforts to resolve it, another error pops up.
TypeError: Cannot read property 'rowEdit' of undefined
at Object.<anonymous> (app.js:84)
at Object.invoke (angular.js:4604)
at extend.instance (angular.js:9855)
at nodeLinkFn (angular.js:8927)
at compositeLinkFn (angular.js:8226)
at compositeLinkFn (angular.js:8229)
at compositeLinkFn (angular.js:8229)
at publicLinkFn (angular.js:8106)
at angular.js:1696
at Scope.$eval (angular.js:16820)