Check documentation for the latest version of dhtmlxSuite getSyncState DHTMLX Docs

getSyncState

returns the state of DataProcessor

boolean getSyncState();
booleantrue when all data is saved

Example

var state = dp.getSyncState();

Details

If some records haven't been saved yet, or have received an "error" response, the method will return false.

Back to top