update cells from gridrow displayed in columns

Could you please tell me how to update a cell which has been edited in a grid like the top one on the samples/pro_col_excell.html page?



The data is loaded from a MySQL database and is all in one row.


You can use onEditCell event hander to catch moment when data will be changed and sent its new value to server, or you can use dataprocessor lib , which automate all client side task


dhtmlx.com/docs/products/dhtmlxG … 0288199000