Declined
Last Updated: 27 Jan 2014 10:34 by Elena
If a RadWindow contains a RadComboBox, and the RadWindow allows the "Move" behavior, there exists a rendering problem with all major browsers: If the dropdown area of the RadComboBox is expanded during a move operation of the RadWindow, the dropdown area stays behind while the RadComboBox and the RadWindow are moved.

Steps to reproduce:
1.) Create a new Telerik C# Web Application
2.) Use the code of the attached Default.aspx file
3.) Run the project and follow the instructions of the Default.aspx page

Declined
Last Updated: 13 Dec 2013 10:01 by ADMIN
Created by: John Paul
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
I am not having success on having wrap="false" for my RadGrid. The solution:

(e.Column as GridBoundColumn).DataFormatString = "<nobr>{0}</nobr>";

Will not work since I have hover over and links on several of my columns.

Couldn't RadGrid have a setting of wrap="false" that would apply to the entire grid?
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Created by: Rob
Comments: 3
Category: UI for ASP.NET AJAX
Type: Bug Report
0
I have a RadToolbarDrorDown that allows users to select a different theme. This works fine in Firefox and Chrome, but the dropdown fails to show in IE (v10). It does appear to work with IE 9.0.8 however.

In IE 10 I see this script error in the console:

	SCRIPT5007: Unable to get property 'documentElement' of undefined or null reference 
	ScriptResource.axd, line 147 character 2

Also, the html generated is quite different : see attached

Telerik version 2012.1.215.40
Declined
Last Updated: 01 Nov 2013 13:06 by stuart
See http://www.telerik.com/community/forums/aspnet-ajax/async-upload/null-exception-with-overridden-asyncuploadhandler.aspx
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: 01 Nov 2013 13:06 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Add the ability to have scale breaks in the RadHtmlChart.

Rejected with the comment:
This feedback item is a duplicate of http://feedback.telerik.com/Project/108/Feedback/Details/55693
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
It seems however that the problem comes from the unusual CSS style selector that you use to set the width of the RadTextBox controls. Based on the information of this help article, you should correct your CSS rule like this:

Copy Code
.three_column .RadInput
{
   width: 448px !important;
}

Note the missing .riTextBox class from the selector. You should not apply width for the inner input element (which this selector controls), but only to the outer wrapping span element controlled by the .RadInput class. After applying this change on my side, the problem didn't reproduce any more.

Yet another approach to fix the issue is to use the inline Width property. However, based on your code I suspect that you intent to change the width by CSS rules and that is why I would recommend the modification in the code block above. 
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: 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.
6 7 8 9 10 11