Categories | Question details Back To List | ||
Again.. dhtmlxgrid xml save So, I've asked this before but no straight answer yet. I use grid but i need something more from it. Once I open an .xml file into the dhtmxGrid i can modify the grid but not the actual xml on the server. What's the purpuse of modifing something that on the next page refresh will be erased. I NEED to be able to save my xmls. How can i do that? I am aware that it's done with client-side scripting but do you have an example or something i could work with? I don't want to modify the structure of the .xml, just cell content. Thank you, and please give me a more precise answer if you can. Answer posted by dhxSupport on Jun 18, 2009 03:38 You can sace cell's value to the server side using serialization, intergration with a form or dhtmlxDataProcessor. Serialization and form integration are availible in PRO version only. dhtmlxDataProcessor is included at the Standart suit http://www.dhtmlx.com/docs/download.shtml Samples of this functionalities you can find here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/pro_serialize.html http://dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/pro_serialize_column.html http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html |