Categories | Question details Back To List | ||
Edit cell using ajax Hi All, I want to allow functionality for edit cell such that when user edits the cell the value should be updated to the database at server side using ajax. How can I implement this? Can somebody shed some light on it? Thanks, Agile Answer posted by dhxSupport on Apr 27, 2009 03:35 It can be done using dhtmlxDataProcessor extention (part of the PRO version). Please see example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html. And documentation here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#grid_art_dataprocessor |