So, the problem is that you have a grid that scrolls off the page, when you click on a grid like to enter edit mode the page posts back and you have to scroll down to do the editing.
The solution is not in the Telerik code, but to add this
MaintainScrollPositionOnPostback="true"
to the page directive at the top of the page.