Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
180 views
I have recently updated my browser to IE 11 and I have the latest version of the AJAX controls. It appears that your keyboard support for TabStrip no longer works in IE 11. I went to your demo and it appears not to work there either. http://demos.telerik.com/aspnet-ajax/tabstrip/examples/functionality/keyboardsupport/defaultcs.aspx

Thank you for looking into this.

John
Vessy
Telerik team
 answered on 18 Jan 2016
1 answer
85 views
Hi,

How can i display content only on selected ending item(when item has no other sub items) and how can i check this WITHOUT postback at each selected node? Thanks!
Veselin Tsvetanov
Telerik team
 answered on 18 Jan 2016
10 answers
361 views

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

Konstantin Dikov
Telerik team
 answered on 18 Jan 2016
3 answers
305 views

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

Bozhidar
Telerik team
 answered on 18 Jan 2016
1 answer
89 views

 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? 

 

 

Marin Bratanov
Telerik team
 answered on 18 Jan 2016
1 answer
108 views
Having trouble getting the radmenu to collapse after menu-item selection of certain items from the client side only on mobile.

I have tried adjusting the css of the popup class and this in js.

OnClientMenuItemClicked and ..Clicking
  var menu = $find('RadMenu_TeamPage');
  menu.close();

Is there any way to programmatically close the menu on a mobile device from the clientSide
Dimitar
Telerik team
 answered on 18 Jan 2016
1 answer
220 views

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.

Marin Bratanov
Telerik team
 answered on 18 Jan 2016
6 answers
276 views

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

Vessy
Telerik team
 answered on 18 Jan 2016
6 answers
151 views

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

Ianko
Telerik team
 answered on 18 Jan 2016
1 answer
95 views

http://demos.telerik.com/aspnet-ajax/

Yellow screen of death.

Marin Bratanov
Telerik team
 answered on 18 Jan 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?