jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Server side editing Server side editing #72336

    azmat10
    Participant

    Dimitar,

    I’ve been able to resolve the issue.

    1. The AJAX call need to pass the data in the correct format.
    2. Parameters of the web method should be passed correctly from the JavaScript code.

    Regards
    Azmat

    in reply to: Server side editing Server side editing #72328

    azmat10
    Participant

    Hello Dimitar,

    I’ve found the issue. I’ve changed the datatype to text which now triggers the following code:

    success: function (data, status, xhr) {
    // update command is executed.
    alert(‘Update OK’);
    commit(true);
    }

    My issue now is that the web method Update() is not being called as it should to perform the update in the database.

    Any help on this one.

    Regards
    Azmat

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