Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 09:57
open dhtmlx forum
How can we bind mysql databases to dhtmlxGrid? ...

How can we bind mysql databases to dhtmlxGrid?
Answer posted on Mar 07, 2007 09:58

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.

Answer posted by Inga (Support) on Nov 30, 2014 16:13

The information connected with web app framework and treeview api also can help you, so please check it too.