Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
500
Grid Export to excel not working
posted

Hi Team,

I need to export grid as well as hierarchical grid to excel/pdf.

I am using the below code:

function exportToExcel() {
 $.ig.GridExcelExporter.export($("#gridCategory"), {

 dataExportMode: $("#dataExportMode").val()
 });

The export functionality is not working and is giving the error: 

"Cannot read property 'Workbook' of undefined"

I am using the version: 13.2.20132.1010 (as mentioned in infragistics.core.js file)