My concern is I was able to get this to work before and something has changed with the update.
My issue is I have 2 grids, and I want scrolling 1 grid to also scroll the 2nd. I had this working before by trapping the mousewheel event and calling the “wheel” method on each.
On a similar issue: I had a watch on the grid’s “scrolling().vertical” value. If it was true, I knew the grid was scrolling and I’d trigger the scrolling event myself. This also no longer seems to work.
Thank you very much for your quick response.