I have a grid with excel export activated.
I made this test program few months ago and it worked perfectly.
I see that now is not working. Instead of retreiving the xls, the page redirects to http://jquerygrid.net/export_server/save-file.php and it shows an information page about your library giving information about the features of the grid.
The call to the export function is:
var exportinfo = $(“#jqxgrid”).jqxGrid(‘exportdata’, ‘xls’, ‘sit-descarga’, true, returnData.records, true, null, ‘utf-8’);
Do you have changed anything about this feature?