Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Antony! on Jun 02, 2008 00:29
open dhtmlx forum
dhtmlxGrid

Help!!! How to send (updating) all data to server in modul "DataProcessor" ???

I find "setDataColumns(Row)", but it send only 1 record -> Row .
Answer posted by Support on Jun 02, 2008 03:01
You can use "send-all-at-once" behavior.
    dataproc.setUpdateMode("POST",true)
    http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#grid_art_dataprocessor

In other case grid still send all updates to server, but it will generate separate request for each updated row.