This is a migrated thread and some comments may be shown as answers.

ImageGallery skipping png images

1 Answer 49 Views
ImageGallery
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 2
Doug asked on 29 Apr 2014, 05:48 PM
Has anyone else had this issue?  I have setup an RadImageGallery control to display images in the images folder of my application.  However, I have noticed that it displays .jpegs, .bmp, .gif, etc just fine but NOT .png images.   It does not throw an error or anything, simply skips over them and goes onto the next image.  This normally would not be a huge problem, but my workplace is an Apple shop.  Everyone has macbooks, mac minis, and more importantly iPhones that we use to take pics of production related items.  So I need ImageGallery to display .png images also.  Below is how I have setup my control, i have no server side code at the moment.

thanks for your help..

Doug


  <telerik:RadSplitter ID="RadSplitter1" Runat="server" Width="500px"  style="margin-left: 949px" Height="500px">
                    <telerik:RadPane ID="radpane1" runat="server" Height="500px" Width="500px">
                        <telerik:RadImageGallery ID="rigSFRpics" ImagesFolderPath = "../images" 
                            runat="server" Height="500px">
                        </telerik:RadImageGallery>
                    </telerik:RadPane>
 </telerik:RadSplitter>

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 02 May 2014, 01:07 PM
Hi Doug,

As I mention din the other forum post in which you have asked for the same problem "the problematic issue is a bug in the RadImageGallery control which I already logged into our tracking system. Our dev team will do their best to provide a fix as soon as possible."

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ImageGallery
Asked by
Doug
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or