Hi Team,
I would like to request the functionality to export from the server easily and to be able to chunk/unchunk data. I will elaborate further.
Thanks!
Hello, Mark,
Please take a look at the following KB article that utilizes the TDP library to generate an Excel file on the server:
https://docs.telerik.com/kendo-ui/knowledge-base/grid-excel-export-server
This is the same approach that is used in the MVC server export demo.
Best Regards,
Georgi Denchev
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.
We have utilized a variant of Server-Side Pages, and we need to export the entire data set, instead just exporting the first 200 records.
An example of Server-Side Paging is.
This allow the dataset to be query without having the load issues due to the excessive size of the resultant. This is very useful when providing a web interface for a data warehouse additionally it is a common technique.