Check documentation for the latest version of dhtmlxSuite submitAddedRows DHTMLX Docs

submitAddedRows

includes additional data with the info about which rows were added and which ones deleted, enabled by default

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

Example

mygrid.submitAddedRows(true);

Details

the method is incompatible with the submitSerialization method

Back to top