I have a datagrid with objects. The item renderer contains an Image
object that grabs the content via URL from a remote server.

Whenever I scroll up and down, there are server calls to get the image
content again. It slows down the application.

How can I control the Image object to avoid this unnecessary server call
for the image refresh?

Thanks, Robert.

Reply via email to