Hi,
I noticed that when I scroll down using the arrow down key, the grid loads data if data to be displayed is no longer on the buffer. This works fine since when you continue scrolling down after data is loaded, next load will be done when buffered data is no longer available for display.
My scenario which have an issue with the grid is when, scroll bar is scrolled all the way down, it will request for the data starting on the index of the viewable area of the grid and then scroll up using the arrow up key, every-time it scrolls up and there is no data for the top row, it will load another set of data starting on the top until the other rows which have been already loaded. Will it be possible to have the grid load the data starting from the top and then n(rows) of data up instead of down since the data downwards were already loaded?
Anyway this is using, smart rendering. Please share your thoughts.
Thanks.