How can we bind mysql databases to dhtmlxGrid? ...

How can we bind mysql databases to dhtmlxGrid?


There are two ways:



a) Write your own DB->XML->DB script. In such
case grid will load data from XML generated from DB, and on save send XML state
back to server, where it will be updated in DB.


 
b) use DataProcessor library (included in pro
edition). It has ready to use server side solution for PHP/.Net. You will need
only to configure db settings, used tables and fields.


Please refer to guide - “Data Processing and link
with Server Datasource” section.<o:p></o:p>