Toggle scroll down behaviour

Is it possible to toggle the behaviour of scrolling down such that the record selected stays at the bottom of the page rather than being redrawn at the top? Similar to how scrolling up works?

E.g. User presses ‘down’, ‘down’, down’ to the last displayed record on the grid and the next ‘down’ causes the record to be selected but drawn at the top of the page. Would prefer the next ‘down’ instead just scrolled the grid down one record.

Hope that makes sense…

Please, try to disable the auto scrolling:

mygrid.moveToVisible=function(){};

Unfortunately that does not work. Overriding the method simply causes the grid to not scroll at all. Thanks though - I’ll leave it for now as minor issue and revisit modifying the source should we use the suite for the product.