Hi,
I have the full version of the grid and I cannot export to any format.
I am trying to enable export to CSV and Excel. However, whenever I push any of these buttons all that happens is a new tab is opened with the text rendered to that tab with no file downloaded?
I have only minimally enabled the export functions as per the demo;
// export CSV file params
$grid["export"] = array("format"=>"csv", "filename"=>"wora-ice-schedule");
// export filtered data or all data
$grid["export"]["range"] = "all";
What should I do to get this working?
Thank you Greg.
2 Answers
Most likely it's due to some whilte space character before pushing file download header.
Check included files for newline characters. Also emailed you details.
Your Answer