In my application, when a user is selecting multiple cells/rows, if they use the mouse and drag to the bottom of the grid, they can make the grid scroll and continue selecting by placing the mouse cursor at the bottom of the grid. If they do the same thing to continue scrolling up by going to the top of the grid, there is no way to get it to scroll.
This is not a perfect example, but I have modified a fiddle below to recreate the issue:
http://jsfiddle.net/fstsc5cj/1/Is there a setting to enable scrolling while selecting?
Thanks,
Tom