The grid scrollbar works nicely when the data is prepopulated however when filling the data from an event the scroll bar does not work.
Here, from the documentation, the scrollbar works as intended:
https://stackblitz.com/edit/react-el8uiz?file=app/main.jsx
(via https://www.telerik.com/kendo-react-ui/components/grid/scroll-modes/virtual/)
However, when filling the grid on an event the scroll functionality is lost:
https://stackblitz.com/edit/react-q2gnbn-yd3gsj?file=app/main.jsx
Is there something I am missing here when populating the data via an event? I am not necessarily concerned with virtual scrolling, this also happens without virtual.