After changing kendo grid's DataSource, scroll remains in the same position(see image). I'm trying to scroll content of the grid to the top:
var gridContent = grid.wrapper.find(".k-grid-content");
gridContent.scrollTop(0);
But this doesn't work on my iPad in Safari browser. How i can scroll content of kendo grid to the top?
http://s2.ipicture.ru/uploads/20131118/9dEuPIBB.png
Kendo UI Beta v2013.2.716