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?