I'm looking to subscribe to scrolling events in the data grid using JavaScript.
I've tried subscribing to the scroll event on the .k-grid and .k-grid-content elements, but the events don't happen
Is there a way to do this?
Thanks,
Oliver
1 Answer, 1 is accepted
0
Svetoslav Dimitrov
Telerik team
answered on 21 Apr 2023, 07:02 AM
Hello Oliver,
I am happy to report that it is possible to use JavaScript to subscribe to the scroll event. The target element must be the k-grid-content. Here is the JavaScript I used to subscribe to the scroll event: