in our application we fetch 10 records at a time From SERVER and display in grid. We want to enable export to CVS functionality which will in-turn allow us to download all the records say 2000 records.
How could I probably achieve this functionality using grid.serializeToCSV().
Thank you,
–Pradeep