Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Frank Lin on Oct 08, 2009 10:39
open dhtmlx forum
serializeToCSV


how to set the parameters of serializeToCSV() to meet following requirements:

1. don't need first column: rowno (this is auto generate by this method)

2. need first row: hedading

Thanks a lot !!
Answer posted by Stanislav (support) on Oct 08, 2009 10:53
grid.enableCSVAutoID(true);
grid.enableCSVHeader(true);