when exporting my grid which has a footer with the following , the footer is exported in excel…
|
1 2 3 4 5 6 7 8 9 |
onClickButton: function (e) { $("#:gridname").jqGrid('exportToExcel',{ includeLabels: true, includeGroupHeader: false, includeFooter: false, loadIndicator: false, fileName: "muname.xlsx", }); }, |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top