Categories | Question details Back To List | ||
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. |