Categories | Question details Back To List | ||
Enable Auto Update Button http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html?un=1242834808000 like this example, what is the exact code i use to be able to apply the "enable auto update" button to my Grid? Answer posted by Support on May 20, 2009 10:04 a) include dhtmlxdataprocessor.js b) add next code to the init var dp = new dataProcessor(url) dp.init(mygrid) c) put some server side script ( url parameter above ) which will save data For php step (c) can be solved with Connectors (http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml) |