Form Submit Grid Possible ?

Hi,

When we save grid, if we don’t use dataprocess library, what is best practice ?
I want to save all the CRUD row data at one click …

For form submit,

  1. how can I transfer grid data as object type like array ?
  2. how can I get that transferred Object data and parsing at the Server side ?

Thanks in advance . ^^;

I want to save all the CRUD row data at one click …
You may try to serialize your grid in xml or csv:
docs.dhtmlx.com/doku.php?id=dhtm … ialization

how can I transfer grid data as object type like array ?
Please, have a look at the following example:
dhtmlx.com/docs/products/dht … _form.html