Hi Seeni,
Thanks for your information.
Now it's working. But I have two more questions:
1. how can I change the orientation for the PDF to landscape?
2. I have a button that do the export like this:
function onPDFExport(args) {
var gridObj = $("#TurnoverGrid").ejGrid("instance");
gridObj.export("Turnover/ExportToPdf");
}
How can I transmit to the method ExportToPdf() a second parameter, beside the GridModel? I need to transmit also a date, based on what I filter the data of the grid.
Regards,
Cornel.