How to make RadImage Gallery thumbnail to scroll automatical

Posted by Community Admin on 03-Aug-2018 22:50

How to make RadImage Gallery thumbnail to scroll automatically

All Replies

Posted by Community Admin on 02-Jun-2016 00:00

We have a Telerik RadImageGallery control and would like for the thumbails to scroll automatically upon page load.. Right now, the thumbnails scrolls only when we hover over.

Also, can the slideshow images  be clickable so we can link them to a pages on our site?

Thanks,

Posted by Community Admin on 06-Jun-2016 00:00

Hi,
Thank you for contacting us.

You can start a slideshow in RadImageGallery as soon as the page is loaded with JavaScript;

function pageLoad()
    $find("<%= RadImageGallery1.ClientID %>").playSlideshow();

Adding a NavigateUrl to each image doesn't seem to be supported at this moment,
Here is a link to the feedback portal where you can track the progress of the bug and vote to increase its priority.
http://feedback.telerik.com/Project/108/Feedback/Details/129390-add-radimagegallery-imagegalleryitem-navigateurl-property
The only way to have links for each image is to add them on the client with JavaScript.

You could also develop your own custom control that fetches images, similar to our NewsRotator widget sample;
http://docs.sitefinity.com/newsrotator-widget-create-the-newsrotator-as-a-user-widget


I hope the above information helps. Please let me know if you have any additional questions or concerns. In the case, please share how and where you have implemented this.


Regards,
Dimitri Cools
Telerik
 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed