Support for NavigateUrl as implemented in other controls like RadLightBox. The idea is to redirect to a specific URL when clicking on an image.
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
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.
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
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.
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
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.
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.
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.
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.
Add print and save buttons to the toolbar that allows you to print or save the selected image.
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>
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