Save to the server

Hi,

How do I save my updated tasks to server ?
I don’t want to save individual tasks while I modifying data in lightbox.

I need to get list of updated tasks and need to send it to the server in json format ?
How would I do that ?
Is there any method to get the updatedRecords from the grid ?

Thanks & Regards

Hi,

You can disable the automatic sending of changes to the server by setting
.setUpdateMode(“off”)
docs.dhtmlx.com/dataprocessor__i … acomponent
And when it will be necessary, send data using sendData() method.