Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
Implementing a lazy load algorithm for the Grid in "cards"-mode
posted

Hello out there,

I've implemented a lazy load algorithm for the grid before using some grid events. This worked very good for all scrolling possibilities (with the scroll bar and also with the keyboard): the grid loads the next row block when the end of the grid/data is reached.

 

Now I want to implement this with an grid in cards mode and this seems not to work so easily.

 

Can someone suggest some way to do this easily?

 

Thanks alot,

Frank

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Frank,

    It's hard to say without knowing more about which events you are using to load the grid. Why does CardView make any difference?

    Are you aware that the UltraDataSource allows you to load the data into the grid on-demand? Check out the Virtual Mode sample in the WinGrid Samples explorer.

     

Children