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