form data automatically to bring into the grid

Hi,

how to use the form data automatically to bring into the grid.

process:

  1. take add button, it will appeared the form
  2. take save button in the form, the data will appeared automatically in grid.

Could you give me the idea.

Thank you.

the deom.rar save in here
https://mega.co.nz/#!XkwTBJ6Q!bfopVmfxznjT25zoaH8yODKCGeJF2GX04drFyEHplKw

You may try to use the dhtmlxDataStore component.
docs.dhtmlx.com/doku.php?id=dhtmlxdatastore:toc

Could you give me the sample, when input the data in the form, after that the grid will display the record in the grid automatically.

thank you

You can find such sample here:
“dhtmlxSuite\dhtmlxDataStore\samples\01_combinations\05_grid2form_client.html”
also, there are many other samples with dhtmlxDataStore attached to different components.