Combining scroll: 1 and scrollrows: true causes problems:
1. The user scrolls down and skips a few pages. The grid table then holds rows from further down the data set, but not from the beginning. When the user now tries to select one of the visible rows by clicking on it, the grid will jump back to the top of the grid and the selection will fail.
2. Calling setSelection does not work either if the grid has been positioned on an initial page greater than 1.
The following patch in grid.base.js solved the problem for me:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top