Hello,
I am trying to preload the full images retrieved from a database and bound to the ImageGallery control to cache the images in the browswer and help improve our user experience using javascript.
I have tried access the image url by getting the RadImageGalleryItems collection and then call get_imageUrl for each item in the array on the OnImageGalleryCreated client-side event. I can see that there is a ThumbnailUrl associated with each item when I debug in the browser but the ImageUrl is empty. However, when I click on a Thumbnail image it makes a call to retrieve the full image with a unique imgid which is different than the imgid used for the smaller Thumbnail image.
Is there a different way to access the full image Url for each Thumbnail? I've read all the documentation related to the RadImageGallery client-side objects but still can't figure out how to make this work correctly.
thanks,
Min
I am trying to preload the full images retrieved from a database and bound to the ImageGallery control to cache the images in the browswer and help improve our user experience using javascript.
I have tried access the image url by getting the RadImageGalleryItems collection and then call get_imageUrl for each item in the array on the OnImageGalleryCreated client-side event. I can see that there is a ThumbnailUrl associated with each item when I debug in the browser but the ImageUrl is empty. However, when I click on a Thumbnail image it makes a call to retrieve the full image with a unique imgid which is different than the imgid used for the smaller Thumbnail image.
Is there a different way to access the full image Url for each Thumbnail? I've read all the documentation related to the RadImageGallery client-side objects but still can't figure out how to make this work correctly.
thanks,
Min