Check documentation for the latest version of dhtmlxSuite remove DHTMLX Docs

remove

Removes item by the ID.

void remove();

Example

//ids of bound component's items and dataStore items' ids coincide.
var id = myGrid.getSelectedRowId()
data.remove(id)

Back to top