Hi Peter,
Paging is not what I want. I know already there is such an option. The next chunk of data should be fetched when the first data loads. It should not be waiting for an user interaction. Also server paging makes it difficult to filter as we will have to implement the filters in server itself. The above example u mentioned is load on demand, where as I need the data to load without waiting for the demand. Is there a solution for the same?