This is a migrated thread and some comments may be shown as answers.

export to excel

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
niloofar
Top achievements
Rank 1
niloofar asked on 29 Dec 2010, 08:41 AM
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();

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 29 Dec 2010, 09:01 AM
Hello Niloofar,

This usually happens when you use simple data-binding. Please try advanced data-binding or a datasource control and then let me know if the problem still persists.

Best regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
niloofar
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or