Check documentation for the latest version of dhtmlxSuite submitOnlyChanged DHTMLX Docs

submitOnlyChanged

includes only the changed rows into the form submit

void submitOnlyChanged(boolean mode);
modebooleanenable/disable the mode

Example

mygrid.submitOnlyChanged(true);

Back to top