We are using Rad Grid control and paging. While Exporting to Excel, only the page 1 records are exporting in to Excel.
Can some one advise on how i can add both Paging and Export to Excel with out using Need Data source.
Thanks
3 Answers, 1 is accepted
0
Eyup
Telerik team
answered on 21 Jan 2016, 09:18 AM
Hi Chakravarthi,
Try using the following property and let me know if it works for you:
<ExportSettings IgnorePaging="true">
Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
Please make sure that you are not using DataBind() to bind the grid. Performing complex grid operations such as Inserting, Deleting, Updating, Hierarchy relations, Grouping, Exporting, Paging, Sorting, Filtering, etc. require accommodating appropriate database operations. Therefore, we suggest you to avoid Simple Databinding and strongly recommend the use of more advanced databinding methods, which automatically handle the aforementioned functions: