Unplanned
Last Updated: 23 Feb 2023 12:46 by ADMIN
Created by: Aaron
Comments: 1
Category: ImageGallery
Type: Bug Report
0

Hi,

I have an image gallery control that gets the image items added to it at runtime. After the page is done loading, the default main image is blank. How do I programmatically set the main image to the first image?

I've attached a screenshot of the function that adds the image items as well as the finished rendered page result.

Thanks

Completed
Last Updated: 07 Oct 2022 08:19 by ADMIN
ADMIN
Created by: Antonio Stoilkov
Comments: 18
Category: ImageGallery
Type: Feature Request
18
Support for NavigateUrl as implemented in other controls like RadLightBox. The idea is to redirect to a specific URL when clicking on an image.
Completed
Last Updated: 22 Jun 2022 10:58 by ADMIN
Declined
Last Updated: 21 Jun 2022 09:46 by ADMIN
Unplanned
Last Updated: 12 Nov 2021 12:18 by ADMIN

The get_width()/get_height() methods of RadImageGalleryItem always return null:

https://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/client-side-programming/imagegalleryitem-object

 

Sample code:

$find('<%=RadImageGallery1.ClientID%>').get_items().getItem(0).get_width()

Unplanned
Last Updated: 14 Jun 2021 15:23 by ADMIN
Created by: Lee
Comments: 2
Category: ImageGallery
Type: Feature Request
5
With regards to the RadImageGallery control, I suggest allowing developers to make the ImageGalleryItems "Title" and/or "Description" linkable.  The RadImageGallery is a resource that lends itself to easily "promote" or "inform" users about events, products, and/or services and by making each slide linkable to a supporting page would be extremely useful.

Unplanned
Last Updated: 14 Jun 2021 10:57 by ADMIN
Completed
Last Updated: 10 Jun 2021 18:35 by ADMIN
Created by: Jorge
Comments: 1
Category: ImageGallery
Type: Feature Request
2
I like to add my own buttons in the toolbar, for example to open new Windows, add more text to the description, specify if I like or dislike the picture.
Unplanned
Last Updated: 31 May 2021 14:29 by ADMIN
When databinding to the RadImageGallery can we have access to the OnItemDataBond event like we do with other databound controls.

http://www.telerik.com/forums/fire-a-pop-up-from-displayed-image#w7LtyC-2KUC07Y1GcJZ1Lg
Unplanned
Last Updated: 28 May 2021 17:25 by ADMIN
Created by: Nick
Comments: 0
Category: ImageGallery
Type: Feature Request
0
Currently, only the ALT tag is created in Image Gallery. It would be nice if the TITLE tag is also created.

http://www.telerik.com/forums/title-tag-in-html
Unplanned
Last Updated: 03 Nov 2020 14:59 by ADMIN
Unplanned
Last Updated: 03 Nov 2020 09:44 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 2
Category: ImageGallery
Type: Feature Request
3

			
Unplanned
Last Updated: 29 May 2020 15:29 by ADMIN

Hi,

i would love to have a n option to set the Gallerry to keep the title and text visible when the Gallery is in play mode, until the user pause the gallery or move the mouse out.

a work around was provided to me by Attila, which works fine, but i think it should be a built in property.

 

Thanks a lot,

ilan.

Unplanned
Last Updated: 13 Mar 2020 09:13 by ADMIN
Created by: ppetroff
Comments: 0
Category: ImageGallery
Type: Feature Request
1

Add ability to define common layout template for the ImageGallery LightBox popup, allowing to define common layout for all image items (including buttons, toolbar, etc.)

Unplanned
Last Updated: 28 Mar 2019 15:05 by ADMIN
When you have 3 documents with picture, and texts in all - the texts are shows as expected. but when one of them does not have text and title, the loop of the gallery stop showing it for the other pictures.

<telerik:RadImageGallery ID="RadImageGallery1" runat="server">
    <ThumbnailsAreaSettings ThumbnailWidth="140px" Width="140px" Position="Left" ScrollOrientation="Vertical" />
    <Items>
        <telerik:ImageGalleryItem ImageUrl="Images/Yoga.jpg" Title="Title 1" />
        <telerik:ImageGalleryItem ImageUrl="Images/Swimming.jpg" Title="Title 2" />

            <%-- Title container disappears here and will not show up with the rest of the items --%>
        <telerik:ImageGalleryItem ImageUrl="Images/Surfing.jpg" /> 

        <telerik:ImageGalleryItem ImageUrl="Images/Snowboarding.jpg" Title="Title 4" />
        <telerik:ImageGalleryItem ImageUrl="Images/Skiing.jpg" Title="Title 5" />
    </Items>
</telerik:RadImageGallery>
Completed
Last Updated: 19 Mar 2019 14:23 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 0
Category: ImageGallery
Type: Bug Report
0

			
Unplanned
Last Updated: 25 Oct 2017 17:47 by Gregory
ADMIN
Created by: Rumen
Comments: 2
Category: ImageGallery
Type: Bug Report
1
Slideshow rendering messed up in Chrome. After any slide comes in a segment the right side is corrupted as shown in the attached image.

The bug is reproduced if you set the animation to loop and fire the play button. After that leave the slider to work non-stop for 10-15 minutes and you'll see the corrupted rendering.

Here is some test code:
  <telerik:RadImageGallery  ID="RadImageGallery1" Width="100%" LoopItems="true" 
                                    ImagesFolderPath="slides" runat="server" DisplayAreaMode="Image" Height="450px">
                                    <ClientSettings>
                                        <AnimationSettings   SlideshowSlideDuration="6000">
                                            <NextImagesAnimation Type="Random" Easing="Random"  Speed="3000" />
                                            <PrevImagesAnimation Type="Random" Easing="Random" Speed="3000" />
                                        </AnimationSettings>
                                    </ClientSettings>
                                    <ThumbnailsAreaSettings Position="Left" Width="0" Mode="ImageSlider" ScrollOrientation="Vertical" />
                                    <ImageAreaSettings ShowDescriptionBox="false" NavigationMode="Zone" Height="100%" />
 </telerik:RadImageGallery>
Declined
Last Updated: 24 Aug 2017 04:44 by Chris
Created by: Raimund
Comments: 8
Category: ImageGallery
Type: Feature Request
2
how can i change the background color of the imagegallery-thumbnailsarea ?

i have allready analysed the style under google.developers and found the style in rigThumbnailslst, but if i change the value in skins/imagegallery.css nothing is taken and nothing happens.
Unplanned
Last Updated: 21 Jul 2017 13:36 by ADMIN
Unplanned
Last Updated: 21 Dec 2016 21:38 by Ben
Created by: Ben
Comments: 1
Category: ImageGallery
Type: Feature Request
1
Can a Target Property be added to ImageGalleryItem?  

Since the recent addition of NavigateURL property, it seems logical to have the Target Property available rather than using script. 
The new NavigateURL property is not used whenever you need to specify a target as script must do the job.
1 2 3