Hi,
I am trying to export the grid data into excel from 3rd page (per page 100 and i have 520 records) not exporting into excel (getting blank excel with headers). But when i am in first page and do the export working fine. but if i move to any other page other than first page not working. Please help on this.
Used Code :
var xml = $(this).jqxGrid(“exportdata”, “xls”);
if (xml != undefined) {
var $xml = $(xml);
if (exportInfo == ”) {
exportInfo = xml;
}
}
});
exportInfo = (new XMLSerializer()).serializeToString(xmlExportInfo);
createForm(“ReportData”, “xls”, exportInfo);