Categories | Question details Back To List | ||
DHTMLx Inline editing Saving issues Love all of your products but before deciding on whether or to buy or not, i do not know how to get the functionality to work correctly. By this i mean when http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml that live demo when you edit a feature or add remove rows add rows buttons (downloaded free version to test) the changes to do not save after you alter them, they just revert back to the original state. Is there a simple setting in the files to making sure that all alterations are actually saved? (simply just refresh the page or leave the page and come back and all the changes are reverted) I know this is a simple enough question, if you can give me a simple answer or documentation on your website that would help us immensely in finding out whether or not this will be a practical solution for us! Great looking product! Answer posted by Support on May 20, 2009 08:36 There are few ways to save data back - serialization - form integration - data processor usage The last one can be checked at http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html?un=1242834808000 It can be linked to any server side language http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#grid_art_dataprocessor but if you are using PHP at server side - there is a ready to use solution which allows to sync all client side changes to DB with few lines of code http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml |