hi
when i export to excel IgnorePaging didn't fire
and show just 50 records from 200 records
thanks
my code:
grdShareHolder.ExportSettings.IgnorePaging = true;
grdShareHolder.ExportSettings.ExportOnlyData = true;
grdShareHolder.ExportSettings.OpenInNewWindow = true;
grdShareHolder.MasterTableView.ExportToExcel();
when i export to excel IgnorePaging didn't fire
and show just 50 records from 200 records
thanks
my code:
grdShareHolder.ExportSettings.IgnorePaging = true;
grdShareHolder.ExportSettings.ExportOnlyData = true;
grdShareHolder.ExportSettings.OpenInNewWindow = true;
grdShareHolder.MasterTableView.ExportToExcel();