Declined
Last Updated: 02 Aug 2016 08:57 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 1
Category: ImageGallery
Type: Feature Request
2
Add functionality that will pause the timer for displaying the next image (e. g. on mouseover).

The timer should resume when the mouse leaves the image area.
Unplanned
Last Updated: 01 Aug 2016 11:15 by arnaud
Created by: arnaud
Comments: 0
Category: ImageGallery
Type: Feature Request
4
It would be nice to have a 'PauseOnMouseOver' property on the RadImageGallery like the RadRotator have.

Especially in the case when the toolbar is hidden (<ToolbarSettings Position="None" />) and autostart is on : 

function pageLoad() {
                $find('<%=RadImageGallery1.ClientID%>').playSlideshow();
            } 

Thank You
Arnaud
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.
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.
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.
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.
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: 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.
Completed
Last Updated: 13 Aug 2015 14:49 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 0
Category: ImageGallery
Type: Feature Request
0

			
Declined
Last Updated: 20 Jul 2015 14:14 by ADMIN
Completed
Last Updated: 16 Jul 2015 08:39 by ADMIN
Completed
Last Updated: 16 Jul 2015 07:52 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 0
Category: ImageGallery
Type: Bug Report
0

			
Completed
Last Updated: 16 Jul 2015 07:51 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 0
Category: ImageGallery
Type: Bug Report
0

			
Unplanned
Last Updated: 14 Jul 2015 12:39 by ADMIN
Completed
Last Updated: 22 Jun 2015 13:57 by ADMIN
Completed
Last Updated: 26 May 2015 08:46 by ADMIN
The ClientImageLoaded client-side event doesn't fire for the first loaded image when DisplayAreaMode="Image".

The issue can be reproduced for the following configuration:

        <telerik:RadImageGallery runat="server" Width="600px" Height="480px" DisplayAreaMode="Image">
            <ClientSettings>
                <ClientEvents OnImageLoaded="imageLoaded" />
            </ClientSettings>
            <ThumbnailsAreaSettings ThumbnailWidth="140px" Width="140px" Position="Left" ScrollOrientation="Vertical" />
            <Items>
                <telerik:ImageGalleryItem ImageUrl="images/Image1.png"/>
                <telerik:ImageGalleryItem ImageUrl="images/Image2.png" />
                <telerik:ImageGalleryItem ImageUrl="images/Image3.png" />
                <telerik:ImageGalleryItem ImageUrl="images/Image4.png" />
            </Items>
        </telerik:RadImageGallery>
        <script>
            function imageLoaded(imageGallery, args) {
                alert(args.get_image().src);
            }

        </script>
Completed
Last Updated: 12 May 2015 13:21 by ADMIN
Unplanned
Last Updated: 27 Mar 2015 15:02 by Imported User
The ImageGallery toolbar now overlaps the image, thus cutting off the bottom of the image. Please allow us to specify that it is below the image. I have a CSS style that allows it to be below the image, but then when expanded to full screen, the toolbar disappears entirely, so that won't work.

thanks!