Hi
I have JqW 4.1.1.
Some code I wrote ages ago enables my user to export to Excel, but today when he tried he was sent to your server at this page:
http://jquerygrid.net/export_server/save-file.php
I know there is a limit to how big the file can be, but this one is not that big compared to some I exported in the past.
I also tried to save to file on my server, as per the example in your documentation, but the exact line you used – except for the server name and grid name, obviously – just crashed my page and prevented the grid from being loaded at all!
The code I used was:
$("#jqxgrid1").jqxGrid('exportdata', 'xls', 'jqxGrid', true, null, true, http://www.myServerName.ch/save-file.php);
When I paste the server link into a browser it works – returning a 404, which is as it should be.