jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • Benazir
    Participant

    Hi ,
    I have the same problem with jqgrid. I need to include the hidden columns of jqgrid when I export to excel. Give me some suggestions how can I handle it. By default Hidden columns are not visible in excel.
    The method used by me is
    $(“#jqGridDetDem”).jqGrid(“exportToExcel”, {
    title: ‘DetDem Details’,
    includeLabels: true,
    includeGroupHeader: true,
    includeFooter: true,
    fileName: “DetDemDetails.xlsx”,
    maxlength: 40
    })

Viewing 1 post (of 1 total)