Open
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
Activity