I am exporting to excel more than 60000 rows and I am using Excel 2007 and I am getting OutofMemoryException.
RadGrid1.ExportSettings.ExportOnlyData =
true;
RadGrid1.ExportSettings.IgnorePaging =
true;
RadGrid1.ExportSettings.Excel.Format = Telerik.Web.UI.
GridExcelExportFormat.ExcelML;
RadGrid1.MasterTableView.ExportToExcel();
I read in some earlier forum that Telerik WebGrid cannot handle more than 40000 rows. Mine is hitting exception around 25000 rows itself. Please email or call me at 609-203-9797 please.
Thanks,
Satish