Hi,
I have a diagram developed in Kendo UI 2024.3.806, for which I disconnected the mouse scrolling functionality using the following lines:
$("#diagram").unbind("mousewheel");
$("#diagram").unbind("DOMMouseScroll");so that user can use it to scroll the page instead of zooming in the diagram.
When migrating it to the 2026 version, these lines do not work anymore.
How can I replace them?
I made 2 examples in Kendo Dojo UI:
2024 version: https://dojo.telerik.com/sbTBquyi
2026 version: https://dojo.telerik.com/SjlrhOEW/2
Many thanks in advance for your help!
Kind regards,
Claire
