Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
146 views
This issue is specific to IE 9 and does not happen in Chrome and Firefox,
Occasionally It happens once in a while in Opera.

There is a master page "M" with a AJAX script manager control. 
In the content page a RadTabStrip control is used within the UpdatePanel. 

 Below is the declaration:  
<telerik:RadTabStrip ID="tlRetentionStrip" runat="server" SelectedIndex="0"
                  Skin="WebBlue" MultiPageID="tlMultiPage">
                  <Tabs>
                      <telerik:RadTab runat="server" Text="Queue Details" PageViewID="tlPageQueueDetails"
                          Selected="True" Owner="tlRetentionStrip">
                      </telerik:RadTab>
                      <telerik:RadTab runat="server" Text="Schedule: What does it run?" PageViewID="tlPageSchedule"
                          Owner="tlRetentionStrip">
                      </telerik:RadTab>
                      <telerik:RadTab runat="server" Text="Lead Filters" PageViewID="tlPageFilters" Owner="tlRetentionStrip">
                      </telerik:RadTab>
                  </Tabs>
              </telerik:RadTabStrip>

When the page is viewed in IE9, it has two issues
  1. It displays the tabs as bulleted list  (not always but often)
  2. It displays the Tab contents one below another.

Chrome.jpg:  Shows the correct view where the first tab shows the contents of onyl the first tab.
IE9.jpg: After displaying the contents of the first tab, the contents of the other tabs are shown below
Nencho
Telerik team
 answered on 18 Jan 2013
5 answers
106 views
We upgraded out radcombobox component to the latest version (2012.2.724.40) last week from version 2009.3.1314.20.  And today I tested with version 2012.2.912.40.
We have comboboxes in a repeater which itself is loaded dynamically when needed. When a postback occurs and the values in the comboboxes are changed the values are retained after a postback, when the values aren't changed selectedvalue returns "" (string.empty). When I replace the old telerik dll's it works fine, the latest break this.

Our problem is simular to this problem: http://www.telerik.com/community/forums/aspnet-ajax/combobox/selectedvalue-lost-on-postback-in-dynamically-added-user-controls.aspx
Hristo Valyavicharski
Telerik team
 answered on 18 Jan 2013
1 answer
50 views
Wanted to do some miner tweaks to the integrated Metrotouch skin using the online stylebuilder but realised it wasent avalible. is there any download link avalible for this skin?
MasterChiefMasterChef
Top achievements
Rank 2
 answered on 18 Jan 2013
2 answers
109 views

 Hello,

We have a blocking problem since the latest version of telerik.

To locate the problem, we have implemented two projects: WindowsFormsApplication1 and RadControlsWebApp1. (to download projects use : [ link])

The bug is reproduced as follows:

è Launch Application RadControlesWebApp1 and run the project

è The page contains just a radComboBox (img 1)

 

è Launch and run the project WindowsFormsApplication1 (img 2)

è WindowsFormsApplication1  is an application  WebForm with a COM component

è Enter the url  http://localhost:49573/  and launch  the webForm : This error appears: javascript: void (0);  (img3)

This problem is blocking. It was debugged but could not find the solution.

Our company owns the license telerik(RadControls for Asp.Net Ajax)

Thank you for your help.

 

Hamza GADI
Sage France

Gadi
Top achievements
Rank 1
 answered on 18 Jan 2013
1 answer
114 views
I am currently using DNN 5.3 and have a page that includes the Telerik Rad Editor when uploading a document, image or media file using the FileManager etc.  within the Telerik RadEditor the files are indexed in the DNN content Database (Files Table).  I would like to know if there is a setting to turn off this indexing in the TelerikEditorProvider (or any other area in DNN) as it is not required for our application.

If there is not a setting, can someone recommend another way to turn off this indexing that will not break the Radeditor in DNN?
Rumen
Telerik team
 answered on 18 Jan 2013
3 answers
64 views
Hello,

I am new to Telerik...so, my apologies if this question is too silly... Can we use Dock functionalities that we see in the demo on version 2011.1.315.35? We are trying to develop this inside of a page hosted by Sitecore Content Editor and this is the version that Sitecore uses. I cannot upgrade to the latest Telerik version without breaking Sitecore...

Thanks!
Mariella.
Slav
Telerik team
 answered on 18 Jan 2013
1 answer
30 views
Hello, I am attempting to open then select a file without using a mouse in IE 10.

Can you please instruct me how it is done via keyboard only?

Thank you!
Plamen
Telerik team
 answered on 18 Jan 2013
1 answer
75 views
Hello Telerik Team,

I have a radgrid in a template column of another radGrid and I cant get the OnRowDrop event to fire server side. Client Side COde is firing correctly.

Thanks Thomas
Elliott
Top achievements
Rank 2
 answered on 18 Jan 2013
1 answer
93 views
Hello,

I am programmably creating the menu.  I am creating it like this:

Dim menuItem = New RadMenuItem(siteMapItem.Text, siteMapItem.Value)
If (siteMapItem.Route IsNot Nothing) Then
menuItem.NavigateUrl = "~/" + siteMapItem.Route.Uri
End If

Menu1.Items.Add(menuItem)

However, on the client, the value is always null when I do:

var items = menu.get_allItems();

for (var i = 0, len = items.length; i < len; i++) {
var item = items[i];
var val = item.get_value(); //always null
.
.
}

Why is that?
Boyan Dimitrov
Telerik team
 answered on 18 Jan 2013
1 answer
180 views
Hi All,
         I am using kendo UI in my application. I have an Dropdown list in my page I am populating the data of dropdownlist through kendo data source. But here onchanging the value of dropdown list and onclick of a button I am not able to get the selected value text. Can any body help me how to get the data of selected value.
Note: Here I am binding data through kendo datasource not in code behind . If bind the data through code behind I am able to get the data. But I am trying to do the same with kendo Datasource.

Thanks in advance,
Janardhan.
Georgi Krustev
Telerik team
 answered on 18 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?