I call a method using dwr, where i l load a grid. That grid data must be generated in the form of a pdf.
LogsDataHandler.fetchEmailList(id1, id2, date1, date2,function(data){
}
the return data must be generated as a pdf. Any help ?
I call a method using dwr, where i l load a grid. That grid data must be generated in the form of a pdf.
LogsDataHandler.fetchEmailList(id1, id2, date1, date2,function(data){
}
the return data must be generated as a pdf. Any help ?
You should try to export jqgrid to excel built: http://www.trirand.net/documentation/php/_32h0wojvn.htm
stackoverflow answer: JQGrid: Export Grid to PDF
examples: http://www.trirand.com/blog/phpjqgrid/examples/export/pdf/default.php http://www.trirand.com/blog/?page_id=393/help/export-to-excel-and-pdf/