Categories | Question details Back To List | ||
Save changes in big grid I just completed the dhtmlxGrid. Step-by-step Guide. Big grid Is it possible with the free version to save changes to the database? They changes disappear after the page is refreshed. Cool product. Thanks, Robert Answer posted by dhxSupport on Jun 10, 2009 03:31 Saving values from the grid is availibe only in PRO version. You can use: dhtmlxDataProcessor: http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#grid_art_dataprocessor http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html Integration with a form: http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Form_integration.html#grid_art_htmlform http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html XML/CSV serialization: http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_serialize http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/pro_serialize.htm http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/pro_serialize_column.html http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_csv http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/pro_load_csv.html |