0

I am trying to export my JQgrid data into excel by insert a button. But it is showing

No such method: exportToExcel

I am working in asp.net mvc.

$("#export").on("click", function(){
                $("#grid").jqGrid("exportToExcel",{
                    includeLabels : true,
                    includeGroupHeader : true,
                    includeFooter: true,
                    fileName : "jqGridExport.xlsx",
                    maxlength : 40
                })

            })
        });
James Z
  • 12,209
  • 10
  • 24
  • 44
  • This method is available in [Guriddo jqGrid](http://www.guriddo.net). You use free-jqgrid, which does not support export to true Excel. – Tony Tomov Jan 26 '23 at 08:24

0 Answers0