Help!!! How to send (updating) all data to server in modul “DataProcessor” ???
I find “setDataColumns(Row)”, but it send only 1 record -> Row .
You can use “send-all-at-once” behavior.
dataproc.setUpdateMode(“POST”,true)
dhtmlx.com/docs/products/dht … aprocessor
In other case grid still send all updates to server, but it will generate separate request for each updated row.