Declined
Last Updated: 16 Mar 2015 14:23 by Elena
Declined
Last Updated: 02 Oct 2015 15:10 by ADMIN
The links in Preview mode should not be opened at all or at least opened automatically in a new window, so that user could preserve its content.

Possible resolution is to invoke the setTargetsForPreview method on the OnClientLoad event of the editor:

<telerik:RadEditor runat="server" ID="RadEditor1"
	 EditModes="Preview" OnClientLoad="OnClientLoad">
	<Content>
		<a href="http://www.telerik.com">Link</a>
	</Content>
</telerik:RadEditor>

<script type="text/javascript">
	function OnClientLoad(editor, args) {
		Telerik.Web.UI.Editor.Utils.setTargetsForPreview(editor);
	}
</script>
Declined
Last Updated: 24 Apr 2015 13:37 by ADMIN
It was bug in the Firefox, and now works as expected. Here is markup for testing:
<script runat="server">  
    protected void RadTextBox1_TextChanged(object sender, EventArgs e)
    {
        newText.Text = RadTextBox1.Text;
    }  
</script>
<asp:Label runat="server" ID="newText"></asp:Label>
<telerik:RadTextBox runat="server" ID="RadTextBox1" AutoPostBack="true" OnTextChanged="RadTextBox1_TextChanged"></telerik:RadTextBox>
<asp:Button Text="submit" runat="server" />
Declined
Last Updated: 21 Jun 2022 15:06 by ADMIN
Declined
Last Updated: 19 Mar 2014 10:46 by ADMIN
Created by: David
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
There is an on your live demo

http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/rows/detailitemtemplate/defaultcs.aspx
Declined
Last Updated: 17 Mar 2015 08:27 by Elena
Created by: Aleksander
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Hello,

We have a problem when publishing our appplication with Telerik.  After publishing the page that uses a RadGrid and any Skin (doesn't matter if it's Default or Black or Windows7) the Skin files do not load.  The Grid loads, it seems that the javascript files load (because the calendar works), but the css and the images that are part of the skins do not load and therefore the grid looks bare (attached partial screenshot).

When we publish the application, we do it through Maven (which takes the Telerik dlls from an Archiva repository, in our company we are required to publish using it).   When we don't use Maven/Archiva to publish then the page comes our fine and everything looks nice.  When we publish using Maven/Archiva, the skin files do not load on the page.  

So something is preventing the skins files (css and images) from loading correctly on the screen. 

The only thing we noticed is that when publishing using Maven/Archiva the DLL file attributes (Date modified and Date created) gets reset to current date time.

The dlls that we are using are:

Telerik.Web.UI.dll (ver 2013.3.1114.40)
Telerik.Web.UI.Skins.dll (ver 2013.3.1114.40)

We took the dlls after publishing using Maven/Archiva and compared them to the dlls that we downloaded from Telerik and the dlls are identical.  The only thing changed was the Date created/Date modified.  If that's the reason why the css/images don't load correctly, then it's a big problem for us.  Please look into this issue for us.

Thank you,
Alex
Declined
Last Updated: 29 Oct 2014 12:39 by ADMIN
ComboBox in native render mode does not add ID / NAME attributes to the select element.
Declined
Last Updated: 20 Jan 2015 13:08 by ADMIN
Created by: Denis
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Clicking on header column of GridClientSelectColumn grid row checkboxes remains unchecked. The grid rows becomes selected (style changed) though.
The issue appears only in IE 11, Chrome, Firefox and IE 10 work as expected.
The issue can be reproduced om Telerik's site:
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/selecting/row-selection/defaultcs.aspx

It seems not to be related to Compabitibiity View.
Declined
Last Updated: 17 Mar 2015 08:44 by Elena
Created by: Steve
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
1
I got the notice that Ajax Components 2013 Q3 was available, so I downloaded and installed it. Well, now every single project I have is broken! I have to go through all my projects and drag in the controls just to update the references,

This is shameful the way this breaks everything! Totally unprofessional the way the update is handled.
Declined
Last Updated: 17 Mar 2015 08:52 by Elena
Created by: Zlatko
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
I try to create skin on tabstrip control.

But when I save and upload newly created skin I get some of properties are not remember. 

I use Firefox

Please help me in this problem

Zlatko Rusev
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Based on customer feedback
---

A very simple setup:

1) Context menu target
2) Context menu shows on click
3) A certain zoom level

In such case, if you tap some root menu item, another root menu item will highlight for a moment
Declined
Last Updated: 17 Mar 2015 09:13 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Declined
Last Updated: 01 Nov 2013 13:06 by Bill Rader
(I didn't find RadNumericTextBox in the category)
Telerik version - 2011.1.614.35

Auto complete box floats at a distant place, away from the RadNumericTextBox.
i.  The auto complete of IE 9 is on, enter some number, save the form.
ii.  Again open the form, focus on the numeric text box. The auto complete box seen is  not aligned with the control.
Declined
Last Updated: 13 Jun 2014 14:03 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Based on customer feedback:

I put a DrowDownTree, then I put another textbox under DrowDownTree. If I expand the item of DrowDownTree, I found some item will be shut out by textbox.

Only happens in _pure_ IE6
Declined
Last Updated: 13 Jun 2014 14:03 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
In pure IE6 the DropDownAutoWidth does not work as expected e.g. the dropdown gets too wide.
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Created by: Nicomedis
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Hi, 

I have problem on RadComboBox  display on ie 10, 
I'm using telerik RadMultiPage to display several page. 
one of page exists radcombobox .

when I refreshing screen inside on radmultiPage display of radcombobox is okay, but 
when I using other control RadTabStrip  to load page (wrap in rad ajax panel) into radmultipage , and radcombobox is broken. RadCombobox like  truncated or display 80% , right side of rad combobox not displayed.
But this is working fine on ie 9 and chrome. only on ie 10 radcombobox not displayed correct.
I attached images to help this error.

There is code in rad multi page

<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server">
       <telerik:RadComboBox ID="RadComboBox1" runat="server">
        </telerik:RadComboBox>
</telerik:RadAjaxPanel>

whats wrong with ie 10, because working fine in ie 9 and chrome

 
Declined
Last Updated: 23 Sep 2014 15:48 by ADMIN
Declined
Last Updated: 21 Jun 2022 09:41 by ADMIN
Some references to skin resource files are hardcoded in Telerik.Web.UI.dll and don't depend of the web.config/appSetting "Telerik.Web.SkinsAssembly". The result is when you use a custom Skins Assembly and a Telerik control uses these hardcoded references on resource files, these resource files are not displayed because Telerik.Web.UI.dll is searching a resource file for a control as "Telerik.Web.UI.Skins.<Skin Name>.<Control>.<Resource filename>" and not as expected "<Skin Assembly Name>.<Skin Name>.<Control>.<Resource filename>.

It happens in the following controls:
- RadGrid: Only the column GridEditCommandColumn ButtonType="ImageButton" gives a invalid references on resource files for Edit.gif, Update.gif, Cancel.gif.
- RadDataPager: Images of SEO buttons, like PagingFirst.gif, etc.

The requested fix: to test if web.config/appSettings "Telerik.Web.SkinsAssembly" is available and not empty, and if yes, to use its value in place of the hardcoded "Telerik.Web.UI.Skins.dll".
Declined
Last Updated: 20 Jan 2015 15:34 by ADMIN
I am using Header Context Filter Menu for the RadGrid.I found the two different filter options with that but there is an "And" option where "Or" option makes more sense to use with compare to "And".Even I did not finding any option on RadGrid to change this "And" option to "Or". Waiting for you kind response if you have any work arround or fix for this as i am in b/w of the development and found this. So let me know as early as possible.