dhtmlxGrid/Form

Hi!

I have to use dhtmlxGrid with form. I render the data from mysql with render_sql because it comes from multiple tables. I wish to modify data with a form. The “contact_manager” example would be fine for me but i have to modify the data manually after submit and refresh the grid data after it. The sitation is the same when inserting new data. Can somebody put me the right direction ? Thx in advance

In case of using the html form you may use the form integration:
docs.dhtmlx.com/grid__htmlform_integration.html

In case of using the dhtmlxForm you may try to use the dhtmlxDatastore component:
docs.dhtmlx.com/datastore__index.html