This question is locked. New answers and comments are not allowed.
Is there any streaming capabilities available in the GridView. To give an example, suppose there are a million records. On the first load 1000 records gets loaded on the grid and the background process still keeps fetching data in streams (1000) and should keep appending to the grid records. I tried the VirtualColleciton, but that required user to scroll, I dont want user to scroll the grid, but still keep fetching data and appending the grid.