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
515
Initialize rows as they are displayed, or Win equivalent for LoadOnDemand property
posted

Hello,

I have a grid that is loading thumbnail images into cells in each row.  When there are thousands of rows, performance is pretty slow.  Is there a way to fill a cell or row only when it is displayed?  I see there is a LoadOnDemand property for the Web grid, is there an equivalent for Win?

Can someone give any tips on how to implement something like this?

Thanks for the help!

Sean.

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Sean,

    Where are the images coming from? Are they stored in the data source as actual images? Is the column's DataType Image? Or are the images coming from some sort of lookup and you using the Appearance on the cell to supply the image?

Reply Children