
Hi
I'm using the image gallery as per this example http://demos.telerik.com/aspnet-ajax/image-gallery/examples/overview/defaultcs.aspx
i.e. no thumbnails just shows an image with the Prev / Next buttons.
What I want to do is on click the image is open the image in a pop up window - I want to use this lightbox control http://lokeshdhakar.com/projects/lightbox2/
How would I attach the mark-up to the displayed image in image gallery.
This is the mark-up required by the control:
<a href="images/ImageTN.jpg" data-lightbox="image-1" alt="Title for image"><img src="images/Image.jpg" alt="Title for image" /></a>
OR can you do what I need to do with your controls.
Andy
I'm using the AutoCompleteBox with an Array datasource with about 1000 items. The minimum search limit is 3 characters.
When typing for example "JOHN" with a somewhat lower pace, the Postback fires as soon as the "H" is typed (third character, as expected).
If you continue typing the "N", another Postback fires.
However, the resulting drop down list is the result of the first query and shows items that do not match "JOHN". The results of the second Postback are discarded. The user must now add or remove characters from the search string to get the desired result.
It seems that there is a problem with this control, which causes subsequent Postbacks not to be handled correctly. It would also be nice if it would be possible to control the timing behaviour, for example to set a higher value for the time that must pass before a Postback fires.
regards,
Peter
Hello~
When i update UI for ASP.NET AJAX 2016 Q1 with vs2013 that display all of telerik-controller error
so what's happen with it?
I have added a radWindow to my page. I want to open it from the code behind, but cannot do it as referenced here:
http://docs.telerik.com/devtools/wpf/controls/radwindow/features/working-with-radwindow#show-the-radwindow
I don't even have the option in intellisense for the .show method.
Any ideas why? I've attached screenshots.
Hello,
I have a databound chart to sqldatasource. In DataBound event on server-side I want to check if the chart has data and if it does not I want to hide it. I've tried this but without any luck (VB.NET):
Protected Sub RadHtmlChart1_DataBound(sender As Object, e As EventArgs) Handles RadHtmlChart1.DataBound
If RadHtmlChart1.PlotArea.Series(0).Items.Count = 0 Then
RadHtmlChart1.Visible = False
Else
RadHtmlChart1.Visible = True
End If
End Sub

Hi Telerik team,
When we enable Skin CDN server, the editor throws "Cross-Origin Request Blocked" error in "Insert external video" popup windows. We have added settings in the web.config on our production server and CDN server. Is there anything we missing?
<httpProtocol>
<customHeaders>
<add name="X-Powered-By-Server" value="150" />
<add name="Access-Control-Allow-Origin" value="*" />
<add name="access-control-allow-headers" value="*" />
</customHeaders>
</httpProtocol>
Please check the attachment for more detail.
Thanks in advance,
Lan

http://demos.telerik.com/aspnet-ajax/
Yellow screen of death.