Save grid to xml file..

Hi,
I am using a grid which will be filled manually. When the user click on Chart button it will plot chart using that grid. Now I want to save that grid as xml to server so I can reuse that file when the user wants to load the same chart. I surely understand that I can do the second part by using loadXML. But I am not sure about the first part how should I proceed. Just for more infotmation I am using java. I can see there is a method serialize which will convert the grid to xml but I am not sure how will I save that xml to server. Let me know if you find any better approach through which I can save the chart to xml and load those chart again.

Any help will be appreciated.

Thanks

You may try to serialize your grid to xml string.

Here is the working sample:
dhtmlx.com/docs/products/dht … alize.html

Here you can see the tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … ion_to_xml