When a Blazor TelerikGrid component is configured to use virtual scrolling (GridScrollMode.Virtual) in combination with Inline or Incell editing, the scroll position will always jump to the top after exiting the cell edit.
This snippet shows the issue: https://blazorrepl.telerik.com/GHudPSlF1136joxn59
To replicate, scroll down a bit, edit a cell and the grid scroll position will jump to the top.