I like how the grid scrolls vertically when the cursor is over it, however I would like to prevent the grid from bubbling the mouse wheel event back to the window. It ends up making the page scrolling awkward when we reach the last grid row (or first when scrolling up) because we get a lot of unnecessary movement. Is there a way to prevent the event bubbling for this, or a way to hook into the mousewheel event directly to prevent this?
I’ve tried capturing the mousewheel event on the grid’s container and it doesn’t fire.