jQuery UI Widgets › Forums › Grid › Export not working
Tagged: angular grid, export, Exportdata, grid, jquery grid, jqxgrid, save-file.php, version
This topic contains 17 replies, has 4 voices, and was last updated by Dimitar 8 years, 5 months ago.
-
AuthorExport not working Posts
-
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.
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,
DimitarjQWidgets team
http://www.jqwidgets.com/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.
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,
DimitarjQWidgets team
http://www.jqwidgets.com/what type of permission is require in firewall to export. Please suggest me in urgent.
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.
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.
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,
DimitarjQWidgets team
http://www.jqwidgets.com/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 falseif(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 workHi 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,
DimitarjQWidgets team
http://www.jqwidgets.com/ok.But could you please explain me why it was working before and suddenly stopped working?
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??
Hello ruben,
Please update to the latest version of jQWidgets (4.1.2) and this issue will be resolved.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/how can i update to the latest version from composer??
could you help me??i have already update jqwidgets to 4.1.2 but it still not working
why??? -
AuthorPosts
You must be logged in to reply to this topic.