Scroll down the grid
Scenario:- The dropdownlist has options 10, 50, 100, 9999. Based on the option selected, that many no. of records are displayed in the grid per page.
But only the first 10 records are visible to the user, if we want to see a record at position 11th or more, we have to scroll down the grid.
For example, I have 77 records, I have selected 50 option from dropdownlist. So, in the grid this 77 records are displayed in two pages. As said above,
only the first 10 records of 50 records in page 1 are displayed to the user. But my record is at 21 row. I am unable to scroll down and select my record.