Save from grid to database

Hi,



We are trying to use the functionality of dhtmlxGrid before finalising to buy it’s license.



We are unable to save data into database from the grid. For example if we populate data to grid using Myaccess 2007 and then make changes to it then we are unable to save it back into the database. We have tried various things after reading all the data available on this site and others.



We are using jsp for the same.



Also while populating the data using smart rendering we get a information window popup with the data like xml:true followed by data to populate.

Kindly reply to this soon as we need to finalise our grid selection as soon as possible.



Thanks

we are unable to save it back into the database
dhtmlxGrid  has 4  ways of saving data:

a) By using dataProcessor library
    dhtmlx.com/docs/products/dhtmlxG … t_htmlform

d)  by using onCellChanged or onCellEdit events to track cell edit operations

>>Also while populating the data using smart rendering we get a
information window popup with the data like xml:true followed by data
to populate.
Default functionality doesn’t have any messages of such kind. It seems that you are using debug version of dhtlmxcommon. Just revert to standard file to remove info message.