Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Grid Excel Exporter on a paginated grid + formatter ?
posted

Hello--

$.ig.GridExcelExporter.export($("#grid"));

This works great and downloads the Excel file. I'm noticing, however, that data is missing from any rows that aren't on the currently displayed page. I can see every row, but not all of the cell values are filled in.

If I have 30 rows and I'm on page 1 with 25 per page, I will see 30 total rows. The first 25 show up perfectly but the last 5 only show the data in the cells which don't have formatters attached to the column.

Is there a way around this?

Thanks

Parents Reply Children
No Data