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

Image isn't clickable in Lightbox

4 Answers 34 Views
LightBox
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 14 Oct 2013, 06:13 PM
I can't get the lightbox to work.  My image is displayed but I can't click on it.  I must be missing something.  Here's the code:

    <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>

    <asp:Image runat="server" ID="lightboxdemo" ImageUrl="~/pics/11046/main.jpg" Width="350px" />

    <telerik:RadLightBox ID="RadLightBox1" runat="server">
        <Items>
            <telerik:RadLightBoxItem ImageUrl="~/pics/11046/main.jpg" TargetControlID="lightboxdemo" Title="test" />
        </Items>
    </telerik:RadLightBox>

The links for features and overview at http://www.telerik.com/help/aspnet-ajax/lightbox-overview.html don't work.

Thanks!
Tom

4 Answers, 1 is accepted

Sort by
0
Kees
Top achievements
Rank 2
Iron
Iron
answered on 16 Oct 2013, 07:52 PM
Are you using IE11 (Windows 8.1) ?
It appears that lightbox can't handle IE11, after enabling Comptability mode is works.
0
Kostadin
Telerik team
answered on 17 Oct 2013, 10:55 AM
Hello Tom,

I was not able to reproduce the issue in our live example where the same setup as yours is used. Additionally I tried the example in IE11 and it was working as expected. I prepared a video so you could see how it behaves on my side.
Thanks for point out the missing links. They will be fixed in the next internal build.

Regards,
Kostadin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Kees
Top achievements
Rank 2
Iron
Iron
answered on 17 Oct 2013, 11:15 AM

After my colleague confirmed it works in his IE11 I did a factory default of IE (except personal settings) and now it works.

Probably some corrupt settings messing things up..

Thanks for checking!

 


0
Tom
Top achievements
Rank 1
answered on 22 Oct 2013, 06:13 PM
Hi Kostadin,

Since I posted my original message I updated from Win 8 to Win 8.1, Visual Studio 2012 to 2013, and the telerik beta to Q3 2013 and now it works.  Not sure what made it work.  Thanks for the help!

Tom
Tags
LightBox
Asked by
Tom
Top achievements
Rank 1
Answers by
Kees
Top achievements
Rank 2
Iron
Iron
Kostadin
Telerik team
Tom
Top achievements
Rank 1
Share this question
or