Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Export to csv from Listgrid

    Hi,

    I am trying to export the data from a listgrid to csv.I saw that Smart client pro provides an option to do.We are not using the pro.

    Any suggestions on how to do this with non-pro smart client..The list grid i am trying to export,has all the records on the client side only.

    Thanks.

    #2
    Well loop through the grid collecting records as an array of maps or an array of arrays. Pass them to the server, use your favorite export library (POI or whatever) then Window.open() to the url of the file you just generated.

    Comment

    Working...
    X