Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Paxton on Mar 03, 2008 08:58
open dhtmlx forum
serializeToCSV

Is it possible to include the userdata when using serializeToCSV?
If so, How?
Answer posted by Support on Mar 03, 2008 10:16
You can change some serialization parameters by
    grid.setSerializationLevel

For example
    grid.setSerializationLevel(true);
enable modes in which userdata will be included in serialization.