angular-ui/ui-grid

Unable to set value of the property 'rowEditSavePromise': object is null or undefined

Open

#4,477 opened on Oct 5, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
Browser IEhelp wanted

Description

Hello @PaulL1

I see this error in IE only. the grid works great in chrome and never encountered this error.

"Unable to set value of the property 'rowEditSavePromise': object is null or undefined A promise was not returned when saveRow event was raised, either nobody is listening to event, or event handler did not return a promise "

It occurs in Line 10311 of "ui-grid - v3.0.3 - 2015-08-11"

createBoundedWrapper: function(object, method) { return function() { return method.apply(object, arguments); }; }

My grid is pretty straight forward using row edit feature, as everything works as expected in chrome, I am not sure what is going wrong in IE.

Any pointers would be greatly helpful.

Thanks, Vasanth

Contributor guide