Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mark on Jan 14, 2009 13:05
open dhtmlx forum
SerializeToCSV - How to include footer?

I am using grid.serializeToCSV(true); to serialize the data in my grid to CSV. I have added a multi-line footer to my grid using grid.attachFooter(...).

The header and data is included in the CSV, but the footer is not. Is there a way to include the footer in the resulting CSV?

Thanks.
Answer posted by Support on Jan 15, 2009 02:13
Extra lines of header and footer ( created through attachHeader and attachFooter ) not included in serialization, there is no way to change such behavior.