Export/Save CSV

Hi



The serializeToCSV() function serialises the data in the grid into CSV format. Is there any way to allow the user to save the CSV data afterwards by prompting the user with a File Save As dialog box?



Thanks

Such functionaltiy can be achieved only by client side code, you will need some kind of server side script for it

a) Client side code generates CVS text
b) CSV text send to server
c) Server send data back to clietn with proper headers