Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - muhammet.yagiz

Pages: [1]
1
Help for ParamQuery Grid (free version) / export to excel
« on: January 21, 2022, 05:33:37 pm »
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: "" });
                            }
                        }]
                    }

Pages: [1]