Submiting form and dhtmlxgrid's data

Hi, I am greatly interested dhtmlxgrid and donwload the standard version for test run.

I want to submit a form with all data/edited data on dhtmlxgrid to server.
My form/screen layout as follows


*[Invoice header]
*Invoice No. Customer Invoice Date


*[Invoice Details] {using the grid for presentation and editing}
*Item description price qty
*


I found an example in the link dhtmlx.com/docs/products/dhtmlxG … _form.html,

but I cannot locate dhtmlxgrid_form.js in dhtmlxGrid Standard Edition.
as required in your given example.
Is dhtmlxgrid_form.js only indcluded in Professional Edition (not available for download)?

And
What is the offical method/way to submit form and all data/edited data on dhtmlxgrid
to the server?

Your response greatly appreciated.

Form extension is part of pro version.

By default grid provides 3 way to save data

a) serialization
b) dataprocessor
c) form integration ( pro version only )

The most simple way is the dataproccessor. Check video at
dhtmlx.com/docs/products/dhtmlxC … ndex.shtml

I have found submitSerialization(mode) method in docs.dhtmlx.com/doku.php?id=dhtm … ialization. This site said that it was supported in any edition but I cannot use this.
Is it supported really in any edition?

Sorry for inconvenience, this method is not available in Standard version of dhtmlxGrid. We’ll fix documentation as soon as possible.
BTW, you can contact sales@dhtmlx.com and request for evaluation version of PRO dhtmlxGrid.