We experience situations where the bottom item in virtual scrolling list occasionally getting clipped, or not shown (which is a bigger problem as the user doesn't realise its not there)... Its like the scrolling calculation isnt quite 'right'.
To recreate - Use the actual virtual scrolling example http://demos.telerik.com/kendo-ui/grid/virtualization-remote-data.
Just 'wiggle' the scroll thumb on the grid up and down - and the bottom row seems to shift around - see attached one, two, three - which both should be the same, yet the bottom item changes (this test done in Chrome Version 42.0.2311.135 m). It seems to happen especially when browser not maximised
Another way to recreate is starting from kendo basic Grid demo at http://demos.telerik.com/kendo-ui/grid/index, and click Edit this exampleā€¯ button to open in Kendo Dojo, and then set as scrollable : {virtual: true}- and also fails. We performed this test with firefox 37.0.02
Note also occurs in IE 11.0.9600.17728
Then also recreated with the local data virt example http://demos.telerik.com/kendo-ui/grid/virtualization-local-data (local-eg1, localeg2)
Help :)
Thanks
Chris