jQuery UI Widgets Forums Grid Export not working

This topic contains 17 replies, has 4 voices, and was last updated by  Dimitar 8 years, 5 months ago.

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
  • Export not working #16939

    basumrinmoy
    Participant

    I am using jqwidgets ver 2.7. I want to export grid data bind by json. But when click a buton for export to excel nothing happend. no error showing no download happend. My code is :

    $(“#btnExcel”).on(‘click’, function (e) {
    $(“#gvUnApprvSignatoryList”).jqxGrid(‘exportdata’, ‘xls’, ‘gvUnApprvSignatoryList’);
    });

    gvUnApprvSignatoryList is div id where grid is populate already.

    Please suggest me how can i do this.

    Export not working #16941

    Dimitar
    Participant

    Hello basumrinmoy,

    Please make sure you have included the necessary files for export – jqxdata.export.js and jqxgrid.export.js. Other possible reasons for the reported issue may be found in the forum topic Export jqxgrid to excel.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Export not working #16945

    basumrinmoy
    Participant

    I have already attached both js files. Is there any license issue?. I your documentation mentioned “The last parameter is optional and determines the url of the export server. By default, the exporter is hosted on a jQWidgets server “.If I want it in my server then what i will mention. My project is based on asp.net 4.0.

    Export not working #16948

    Dimitar
    Participant

    Hi basumrinmoy,

    There is no licensing issue. The export file hosted on our server is a PHP file. Maybe there is a problem with the communication of your .NET based application to a remote server that is not in your domain or your firewall or any security program may prevent such communication.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Export not working #17034

    basumrinmoy
    Participant

    what type of permission is require in firewall to export. Please suggest me in urgent.

    Export not working #17052

    basumrinmoy
    Participant

    Why my export is not working . Please tell me what communication error to a remote server. A per documentation I am already use jqxdata.export.js and jqxgrid.export.js but its not working.

    Export not working #17076

    basumrinmoy
    Participant

    Please tell me what communication error to a remote server. A per documentation I am already use jqxdata.export.js and jqxgrid.export.js but its not working.

    Export not working #17078

    Dimitar
    Participant

    Hi basumrinmoy,

    Please send your source code to support@jqwidgets.com so that we may test locally for the source of the issue.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Export not working #85279

    Pavithra
    Participant

    Hi There,
    My export to excel was working but suddenly it stopped working. .
    When I debugged I noticed this line of code from the jqwidgets.js is turning false

    if(window&&window.location.toString().indexOf(“jqwidgets.com”)>=0){v=”http://jqwidgets.com/export_server/save-file.php”}else{v=”http://jquerygrid.net/export_server/save-file.php”}}

    window&&window.location.toString().indexOf(“jqwidgets.com”) is having a negative value when I debugged in IE with the developer tool.
    I passed the “jqwidgets.com” in URL and I am able to export.Could you please tell me what is missing for it to not work

    Export not working #85282

    Dimitar
    Participant

    Hi Pavithra,

    To properly fix this issue, please update to the latest version of jQWidgets (4.1.2). Please also abstain from posting any part of the jQWidgets source code as this violates the jQWidgets end-user license agreement.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Export not working #85330

    Pavithra
    Participant

    ok.But could you please explain me why it was working before and suddenly stopped working?

    Export not working #85345

    ruben
    Participant

    i have same problem with Pavithra but the different when i click export it redirect to http://jquerygrid.net/export_server/save-file.php

    what should can i do??

    Export not working #85347

    Dimitar
    Participant

    Hello ruben,

    Please update to the latest version of jQWidgets (4.1.2) and this issue will be resolved.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Export not working #85348

    ruben
    Participant

    how can i update to the latest version from composer??
    could you help me??

    Export not working #85351

    ruben
    Participant

    i have already update jqwidgets to 4.1.2 but it still not working
    why???

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in to reply to this topic.