How to make my dhtmlxgrid represent data in my database tabl

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



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
dhtmlx.com/docs/products/dhtmlxC … l#cc_guide