Skip to content

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

Open
@Vasanth19

Description

@Vasanth19

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Vasanth19@mportuga

        Issue actions

          Unable to set value of the property 'rowEditSavePromise': object is null or undefined · Issue #4477 · angular-ui/ui-grid