Hey guys, i have a problem. When I try to export little data to excel I have not problem but when I try to do big data export excel I'm taking internal server 500 error ?
How can i fix that? I should export all data on excel
{
type: 'button',
label: "Excel'e Aktar",
icon: 'ui-icon-document',
listeners: [{
"click": function (evt) {
$("#gridlist").pqGrid("exportExcel", { url: "/home/excel", sheetName: "" });
}
}]
}