Saving serialised XML data from DHX grid to file

Hello,

I wold like to know how to save serialised XML data from a DHX grid to an XML file on the server, please. I know how to serialise the date already:

var str=dhxGrid.serialize();

but I do not know how to then save it into an XML file. I assume dataProcessor is used somehow to do this, but there do not seem to be any specific examples on your web site.

Would you please provide example code? Thank you.

– Ajaxian

There is no functionality in dhtmlxGrid allowing to save a variable to a local file.
You will have create your own custom solution.