jQWidgets Forums

jQuery UI Widgets Forums Grid TypeError: this.source._source is undefined

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • yougotnet
    Participant

    I have a simple grid that is editable and when I click in a cell to edit it, I change the value and hit enter. The cellendedit event runs fine and sends the ajax call to the server with no problem, but the cell goes blank and this error “TypeError: this.source._source is undefined” shows up in the console.

    It acts like it no longer has a reference to the source object but I have verified it for hours. I have even tried use a dataAdapter and it still gets the same error.

    Any help is greatly appreciated.


    Peter Stoev
    Keymaster

    Hi yougotnet,

    We haven’t encountered such issue. You write that you make Ajax call within cellendedit. May be you should consider making it on the right place – updaterow callback of the source object.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.