Categories | Question details Back To List | ||
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. Answer posted by Support on Sep 01, 2008 09:36 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 http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html?un=1220288199000 |