Completed
Last Updated: 15 Sep 2021 14:20 by ADMIN
Javier Sainz
Created on: 24 Aug 2016 20:36
Category: Kendo UI for jQuery
Type: Feature Request
3
Export to Excel for a lot of data
Export to Excel for a lot of data using configurable page size and configurable maximum rows


    excel: {
        allPages: true,
        pageSize: 500,
        maximumRows: 5000
    },
2 comments
ADMIN
Angel Petrov
Posted on: 15 Sep 2021 14:20

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.

Marty
Posted on: 21 Dec 2016 19:19
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.