Export @html.grid data to excel with pagination in MVC

573 Views Asked by At

How to export data from @html.grid in mvc with pagination. It should be able to export data even after the filter is provided

i got the partial solution that is working for single page only. i need to export entire grid data grid.mvc use filtered Result in Controller

0

There are 0 best solutions below