Categories | Question details Back To List | ||
Build XML from Grid Hello support, we want to generate a XML-File right from the DHTMLX-Grid in its current state. How can we make sure that the xml is orderd in the same way like the Grid on client-side, for example. Thanks for your answer. Answer posted by dhxSupport on Apr 23, 2009 03:31 To generate xml from the dhtmlxGrid you can use grid serialization (availible at PRO version only). You can see examples here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/pro_serialize.html http://dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/pro_serialize_column.html And documentation here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_serialize |