Hello,
is it possible to define which columns are exportable? I have a column with the id that I use to generate a button via cellrendering. Now when I export the grid to Excel file, I get just the id in the column and I want to ignore it for the export. Is there something like “exportable: false” or could I hide the column and show it again if there is something like an export finished event that I did not see in the API?
In the API you documented: “Exports all rows loaded within the Grid to Excel, XML, CSV, TSV, HTML, PDF or JSON.” There is no example given or another mention of PDF, I have tried it out of curiosity, but all I received was an empty PDF file. Do you have more specifics on how to use PDF export?
Kind Regards
Klaus