Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by william on Sep 26, 2008 01:25
open dhtmlx forum
serilaizeToCSV with header

can serilaizeToCSV include header of grid? If yes, how about for multiline header?

Thanks.
Answer posted by Stanislav on Sep 29, 2008 16:05
>>can serilaizeToCSV include header of grid?
grid.enableCSVHeader(true)
beware that command affect both loading and serialization , first line of incoming CSV data will be treated as header labels

>>If yes, how about for multiline header?
In current version it affects only first line of header.