I'm wondering what my options are for large excel exports based on grids with remote binding (ASP.NET & WebApi).
I've made a test with a dxGrid and for a query with a hundred thousand rows and 300MB response data from the request, and I got an out-of-memory exception from jquery.
One way to get around that would be to create the excel on the server side, but in order to heed the applied grid filtering and ordering, I would need the information that the grid sends to the server as the DataSourceLoadOptions.
So what would you recommend?