I have a grid that uses virtual scrolling. It ends up with about 250 rows. Once all of the data is loaded into the grid and I try to grab the scroll handle and drag it back to the top, it does not work. I can click the scroll arrows or within the scroll bar and it scrolls fine, but I can't drag the scroll handle to the top or anywhere for that matter to get it to scroll.
Also, only the editors towards the top of the grid appear. If I click in an editable field after scrolling down, the editor does not appear.
I've created a jsFiddle that demonstrates the issue with editing in conjunction with the virtual scrolling here: http://jsfiddle.net/yGSHr/
However, I can't reproduce the scroll bar issues in this particular example.
Also, only the editors towards the top of the grid appear. If I click in an editable field after scrolling down, the editor does not appear.
I've created a jsFiddle that demonstrates the issue with editing in conjunction with the virtual scrolling here: http://jsfiddle.net/yGSHr/
However, I can't reproduce the scroll bar issues in this particular example.