Check documentation for the latest version of dhtmlxSuite enablePartialDataSend DHTMLX Docs

enablePartialDataSend

enables the mode when only updated properties will be sent to the server side

void enablePartialDataSend(boolean mode);
modebooleantrue to send only updated elements

Example

dp.enablePartialDataSend(true);

Details

Works for dhtmlxGrid only.
This feature is not compatible with the DHTMLX connector.

Back to top