Export to Excel for a lot of data using configurable page size and configurable maximum rows excel: { allPages: true, pageSize: 500, maximumRows: 5000 },
Hi,
The functionality can be achieve using the approach demonstrated here. The case with the AJAX call seems to be a bit different, for it one can follow the approach demonstrated here and tweek the pagesize option(instead of deleting it) to use it to get the number of records desirable.
Regards,
Angel Petrov
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
My users of my web application and I also really want this feature. Currently, trying to export too much data to Excel results in a JSON serialization exception as Telerik tries to download every row from a grid in one AJAX call.