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

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: 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: 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: 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>
Unplanned
Last Updated: 21 Jul 2017 13:36 by ADMIN
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>
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: 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.
Unplanned
Last Updated: 10 Jun 2016 12:04 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 0
Category: ImageGallery
Type: Feature Request
1
If any item (other than the first) is an ImageGalleryTemplateItem and user enters full screen on PageLoad,  when clicking next, if that next item is the ImageGalleryTemplateItem, the user will be force out of full screen mode.
Unplanned
Last Updated: 21 Jun 2016 14:29 by Carl
Created by: Carl
Comments: 0
Category: ImageGallery
Type: Feature Request
1
When using the RadImageGallery and pointing it to a folder on the webserver, I'd like to be able to use the filename as the title or caption of the image.

I'd also like to have a hybrid of data in a database for captions/links/etc. while pointing to a folder of images.  I'm not sure how this option would work, but it seems like it would be handy for company intranet sites where you post a lot of pictures of meetings and birthday parties.
Completed
Last Updated: 24 Jun 2016 13:11 by ADMIN
Created by: Matt
Comments: 2
Category: ImageGallery
Type: Feature Request
0
I would like to have a simple way to add a watermark to images being displayed in the Image Gallery without altering the original image.
Completed
Last Updated: 07 Jul 2016 12:40 by ADMIN
Created by: Matt
Comments: 1
Category: ImageGallery
Type: Feature Request
2
Add print and save buttons to the toolbar that allows you to print or save the selected image.
Unplanned
Last Updated: 10 Jun 2016 11:37 by Richard
Created by: Richard
Comments: 0
Category: ImageGallery
Type: Feature Request
2
I'm trying to make the images slide in and out in a right to left direction. So the current image slides to the left and the new image slides in from the right in a right to left direction.  At the moment the slide going out is working fine but the slide coming in comes in from the left and I can't seem to change it.

But I think this requires a new animation.
Unplanned
Last Updated: 03 Nov 2020 14:59 by ADMIN
Completed
Last Updated: 22 Jun 2022 10:58 by ADMIN
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: 14 Jun 2021 10:57 by ADMIN
Unplanned
Last Updated: 13 Jul 2016 11:48 by Brian
Created by: Matt
Comments: 4
Category: ImageGallery
Type: Feature Request
4
The new gesture controls in Mobile RadImageGallery seemed like a great thing until I tried them. Improvements needed...

1. The left/right swiping isn't smooth at all, I expect it to swipe in real time. As I swipe my thumb I want to see the images actually sliding with the swipe.

2. I'd like to be able to disable JUSt the up/down gesture AND also be able to disable ALL gestures completely. The problem is that a tall image gallery on a short phone (iphone 4, etc) makes it very difficult to scroll the mobile web page down. Since the image will take up most of the screen real estate, you have no place to put your thumb to initial a page scroll. If I could disable up/down gesture it could let me still scroll the page when I start on the image. If that isn't possible, give me a way to disable all gesture controls to let it work like the old image gallery. I'm shocked this isn't possible, it's as if nobody tested page scrolling to see what a major issue this is. Screen shot attached showing issue on iPhone 4...and this is AFTER we made our image gallery shorter. Very littler non image gallery real estate to initiate a scroll from now.
1 2 3