jQWidgets Forums

jQuery UI Widgets Forums Grid XMLHttpRequest: Network Error 0x80700013

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

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

  • anandbabu
    Participant

    Hi jqwidget Team,
    I am using jqxgrid ,on tabclick i am loading data to grid(i.e) on each tab click i am sending request to server and load data to grid.This works fine for first time, when i am click second tab i am getting SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, Could not complete the operation due to error 80700013.

    error on server side.I gone through the demo and found {
    beforeSend: function (xhr) {
    xhr.overrideMimeType(“text/plain; charset=x-user-defined”);
    }
    this could help for me.


    Peter Stoev
    Keymaster

    Hi anandbabu,

    Unfortunately, we are not aware why you might get such error. I suggest you to check whether the url to your server is correct and whether you try to load data in a Grid which is initialized.

    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.