eddz
01-18-2005, 08:37 AM
We have a grid in our application which has a cell in it containing aa view with a remote image.
Our problem is that the images don't seem to cache. If we scroll down and back up again, you can see that images reloading on rows that reappear as you scroll back up. It looks as if the image is reloading again.
The only thing I can see that we are doing which may be causing this is that we are overiding the applyData method in order to add a prefix to the datapath resolved url for the image. i.e. the XML data does include the server name.
Is there a way to fix this?
Our problem is that the images don't seem to cache. If we scroll down and back up again, you can see that images reloading on rows that reappear as you scroll back up. It looks as if the image is reloading again.
The only thing I can see that we are doing which may be causing this is that we are overiding the applyData method in order to add a prefix to the datapath resolved url for the image. i.e. the XML data does include the server name.
Is there a way to fix this?