I want to be able to call a function that scrolls the Kendo grid to the selected row. I´ve already tried some methods but none of them worked,
for instance
I found a function for this, in Kendo mobile MVVM
parent.set('onShow', function (e) { e.view.scroller.reset(); }
or
app.xxx = kendo.observable({ onShow: function() { e.view.scroller.reset(); } });