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: 14 Jul 2015 12:39 by ADMIN
Completed
Last Updated: 16 Jul 2015 07:51 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 0
Category: ImageGallery
Type: Bug Report
0

			
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: 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>
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.
Completed
Last Updated: 22 Jun 2015 13:57 by ADMIN
Completed
Last Updated: 12 May 2015 13:21 by ADMIN
Declined
Last Updated: 21 Jun 2022 09:46 by ADMIN
Unplanned
Last Updated: 27 Mar 2015 14:53 by arnaud
Created by: arnaud
Comments: 0
Category: ImageGallery
Type: Feature Request
3
Hi,

As you just added server side ContentTemplate capability to the RadImageGallery, it would make sens to add a ClientTemplate as well for people using the clientside binding (like the rotator have).

Thanks
Arnaud
Unplanned
Last Updated: 27 Mar 2015 14:54 by arnaud
Created by: arnaud
Comments: 0
Category: ImageGallery
Type: Feature Request
7
Hi,

The actual RadImageGallery is not fully responsive : the height of the component (rigItemBox class) keeps its initial height when browser resized. See initial.jpg and resized.jpg as examples.

The desire fonctionnality can be acheived by adding some css or javascript but it would be nice to have this fonctionnality natively (using all possible modes : imagesfolder, RadClientDataSource, etc.)

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

			
Completed
Last Updated: 16 Jul 2015 08:39 by ADMIN
Declined
Last Updated: 20 Jul 2015 14:14 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

			
Completed
Last Updated: 23 Jun 2014 06:42 by ADMIN