Categories | Question details Back To List | ||
How to update Javascript Arrays from the updated grid How to update Javascript Arrays from the updated grid. I have my all data in SQL Sever. so I brought all it in JS Arrays and binded it with grid, now how should i update, insert, delete records from server. Answer posted by dhxSupport on May 15, 2009 07:30 There is few ways how to save updated grid to the data base. All of the is availible only in PRO version 1) Form integration http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Form_integration.html#grid_art_htmlform 2) dataProcessor http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#grid_art_dataprocessor 3) Serialization ot csv or xml format: 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/initialization_loading/pro_load_csv.html |