i have a datagrid which has paging. Is it possible to export to excel
the data on all the pages, not just the one that the user is currently
on?
>i have a datagrid which has paging. Is it possible to export to excel
> the data on all the pages, not just the one that the user is currently
> on?
I would say.
Either make a link that turns the paging off/sets the page size to equal the
number of records when creating the excel report.
Or create a new page that shows the full grid and is only used for the excel
report