Check documentation for the latest version of dhtmlxSuite detachEvent DHTMLX Docs

detachEvent

removes an event handler

void detachEvent(string id);
idstringevent id

Example

myGrid.detachEvent(id); // unique id of the event handler

Back to top