Support requests to https://www.telerik.com/account/support-tickets
Bug report
(scrollBottom) event on the grid is not fired on Chrome. The event is fired on Firefox.
The event is fired when scrolling to bottom.
All exemple from the doc in stackblitz with (scrollBottom) event are broken.
Like the "Endless Scrolling" exemple in https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/
Package versions:
Angular 6-7
kendo-angular-grid 3.11.0
Browser:
System:
Tried the example in StackBlitz with Chrome 71, but the event seems to fire normally.

The examples also work on my machine - screen cast. Try clearing the cache and running the examples in incognito mode in case there is an extension that prevents the default browser behavior.
Thanks for the quick answer !
The examples also work on my machine - screen cast. Try clearing the cache and running the examples in incognito mode in case there is an extension that prevents the default browser behavior.
I tried to:
Clear my cache, nothing better.
Remove one by one all my chrome extensions, nothing better.
Incognito mode, nothing better.
I tried on my second screen, it works...
I have two screens :
Assuming, zoom is breaking the scroll ? How can it be possible ?
Many thanks !
Thanks for clarifying. Seems that the zoom causes incorrect sub-pixel scrollTop position in Chrome. We will look into it.
Should be fixed in 3.12.0 and later
Can we have the scrollBottom to fire just before it reach bottom like buffer of say 50px. it should ignore the zoom issue. do we have this feature?
@velnet2k are you still experiencing the issue with browser zoom and scrollBottom? Make sure you're using the latest version of the Grid: npm install --save @progress/kendo-angular-grid@latest.
@tsvetomir Thanks for your reply on time. I was using little old version 3.14.0, after changing to latest it works till 110%, on 125% its not firing sometime. Thanks
@velnet2k I couldn't reproduce the problem in the demo. What browser are you using?
@tsvetomir I checked in given demo itself the scrollBottom not fireing after 3/4 times.. i tried in Chrome 90% zoom only 200 records loading but 100% its loading till 500 records. in 100% it works like charm.
@velnet2k should be fixed in the latest development builds. Thanks!
Fixed in v3.14.2
Most helpful comment
Should be fixed in 3.12.0 and later