Check documentation for the latest version of dhtmlxSuite exists DHTMLX Docs

exists

Returns true if an item with the defined ID already exists.

void exists();

Example

var check = data.exists(id);

Back to top