angular-ui/ui-grid

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

Open

#4.477 aberto em 5 de out. de 2015

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
Browser IEhelp wanted

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador