jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: dynamic columns dynamic columns #113288

    Arun Baskar
    Participant

    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);

Viewing 1 post (of 1 total)