### Bug report
When the Kendo UI ScrollView widget is bound to local data and the property "navigatable" is set to "true", it cannot be navigated once the last item is reached.
### Reproduction of the problem
Create a navigatable ScrollView widget;
Create a DataSource with local data and bind it to the ScrollView widget;
Use the keyboard or mouse navigation to reach the last item;
Continue navigating after the last item and observe the paging behavior. The last page is repeated.
A Dojo sample for reproduction: https://dojo.telerik.com/OnItEhiN
### Expected/desired behavior
The ScrollView widget should not allow going past the last item/page via the keyboard/mouse navigation.
### Environment
* **Kendo UI version:** 2021.1.330
* **jQuery version: 1.12.4
* **Browser:** [all]