Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Azeez on Jul 07, 2009 02:34
open dhtmlx forum
How to make my dhtmlxgrid represent data in my database table

Hi,
I have a dhtmlx grid that shows data strored in my database. I am able to load the data from the database to my grid. I want to know whether it is possible to link my grid to the database table so that if i change some value in the database table, the change should reflect in my grid.pls help

Answer posted by dhxSupport on Jul 07, 2009 02:51
dhtmlxGrid is a fully client side component and cannot connect direclty to your data base ans save values. We have 2 extensions which can help you save values form grid to data base - dhtmlxConnectors and dhtmlxDataProcessor. Please see more information here 
http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#grid_art_dataprocessor
http://dhtmlx.com/docs/products/dhtmlxConnector/doc/guide.html#cc_guide