I have a grid that has 100 items page size. However, grid has visibility of 10 rows. I need to be able to select the rows that are in the invisible area (meaning when i select a row and drag the mouse to be able to select multiple rows, so the grid needs to scroll while i am dragging the mouse and select the new visible rows.) shift+down is working but drag and scroll not working for invisible area(screen)
Thanks