Hi,
I have a RadGrid to which I am applying custom paging and filtering. Radgrid only fetches and displays data depending on the page size. For example, If I have a display 1million records and my pagesize is 10, then my view will fetch and displays only 10 records filling virtualItemCount as 1million.
Now, I want to export this data to CSV, PDF and Excel. Export settings is exporting only data(in this case 10records) as ouput to a file but I want to export 1million records in this case.
Is there anyway to give another set to the export settings to export to a file.
Thanks,
Mahesh
I have a RadGrid to which I am applying custom paging and filtering. Radgrid only fetches and displays data depending on the page size. For example, If I have a display 1million records and my pagesize is 10, then my view will fetch and displays only 10 records filling virtualItemCount as 1million.
Now, I want to export this data to CSV, PDF and Excel. Export settings is exporting only data(in this case 10records) as ouput to a file but I want to export 1million records in this case.
Is there anyway to give another set to the export settings to export to a file.
Thanks,
Mahesh