I'm using SmartGWT EE Power 3.1p (build from Fev 01, 2013).
My application has several databound paged ListGrid (I'm using JPADataSource), and I have to export these grid data to Excel/CSV. I'm using exportClientData, since data needs to be exported with the same formatting user can see on screen.
But, as the grids are using PAGED fetch mode, when its exported only the data loaded in client cache are going to the exported file.
When exporting, I want all data virtualy on the grid to be exported.
Can anyone help on these issue?
[]s
Heleno
My application has several databound paged ListGrid (I'm using JPADataSource), and I have to export these grid data to Excel/CSV. I'm using exportClientData, since data needs to be exported with the same formatting user can see on screen.
But, as the grids are using PAGED fetch mode, when its exported only the data loaded in client cache are going to the exported file.
When exporting, I want all data virtualy on the grid to be exported.
Can anyone help on these issue?
[]s
Heleno
Comment