I use RadGrid with «auto» export to csv and excel.
It work fine when the grid doent have huge amount of records.
But when its binded to 1M+ records linq datasource (with paging) and you would try to export data then it would hang on
Is it possible to override exporting process and somehow optimize it manually (like, create middle-step dump file then zip it and return url on zip file)?
It work fine when the grid doent have huge amount of records.
But when its binded to 1M+ records linq datasource (with paging) and you would try to export data then it would hang on
Is it possible to override exporting process and somehow optimize it manually (like, create middle-step dump file then zip it and return url on zip file)?