Greetings,
I'm using the kendo grid as an ImageViewer to show thousand of images; these images are being shown one by one (paging size = 1) with only Next and Previous buttons as paging navigation; every time i click next, the image is downloaded from azure; don't know if it's relevant but I'm using the ClientRowTemplate property to construct a normal <img src='#: data.filename :#' /> which is why the image is downloaded by the browser when the row has been loaded.
I would appreciate any ideas to download in chunks of 20 or even 100 images in the background so they appear instantaneously on every new page?
Thanks a lot,
hope it makes sense,
Geo