DOM Events

I’m registering a ‘click’ event listener (after the xgrid has been inserted into the DOM) on a parent node of the grid. The grid contains anchor elements and when one receives a click, it doesn’t seem to bubble up.

I looked in the code and see that cancelBubble is set to true in several places. Does xgrid cancel DOM events from bubbling up?

Yes, xgrid cancel DOM events from bubbling up. But most of the tasks can be done with grid events. Please find more information here docs.dhtmlx.com/doku.php?id=dhtmlxgrid:events