commitDataChanges() Method

Description

Commits data appends and data points erasure made by appendData(), removeDataRow() and removeDataRange() method calls.

See Real-Time Data Streaming and Data Manipulations article for more information.

Note: You can make data changes in different data sets and commit all these changes simultaneously.

Parameters

None

Returns

Boolean.

Note: If the return value is true the command was processed successfully, the command failed to be processed due to component busy state otherwise.

Samples

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

See also

appendData(), removeDataRow(), removeDataRange()

to top