is it possible to export all data, when using a DataPager instead of only the current page?
Thanks,
Jens
1 Answer, 1 is accepted
0
Accepted
Stefan Dobrev
Telerik team
answered on 16 Oct 2009, 06:13 AM
Hi Jens,
It is possible but with a little workaround. You should set the PageSize property of the DataPager to 0, then you export the grid and after that return to the previously stored page size.