Enable Auto Update Button

dhtmlx.com/docs/products/dhtmlxG … 2834808000 like this example, what is the exact code i use to be able to apply the “enable auto update” button to my Grid?

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 © can be solved with Connectors (dhtmlx.com/docs/products/dhtmlxC … ndex.shtml)