clearAll() problem with attachEvent

Does clearall() remove any attachEvent that has been added? FYI, my load statement rebuilds headers as well as content.

Thanks for looking into this.

clearAll() method removes only the data of the grid but not the events attached to to a grid.
Please, try to use the destructor() method.
docs.dhtmlx.com/doku.php?id=dhtm … destructor