I'm using option "flexHeight: true", which means the grid will be as high as the number of rows. I can't use Paging or flexHeight: false
The problem I'm having, is that when the grid is higher than the browser height, and you scroll down and click on a row, the whole grid jumps up or down. It doesn't stay where I just clicked.
To recreate the problem, I tested with the "Infinite scrolling" demo code from paramquery.com/demos, which uses the Base version (the Pro version has the same problem). I change the code to: flexHeight: true.
The problem only occurs in IE (IE9 & IE10 tested), Firefox doesn't have the same problem. I have not tested other browsers.
I don't know if this is a similar problem:
http://stackoverflow.com/questions/14979365/table-scroll-bar-jumps-up-when-table-receives-focus-in-ieAny thoughts on how this can be fixed?