Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by swaroop on Nov 24, 2008 04:12
open dhtmlx forum
How to export dhtmlxGrid data to the csv file?

How to export dhtmlxGrid data to the csv file?
Answer posted by Support on Nov 24, 2008 04:43
You can export data to csv string by

var csv = grid.serializeToCSV()

the string can be sent to the server , which will return it with correct headers, as CSV file.