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: 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: 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 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?
Completed
Last Updated: 18 Feb 2014 15:50 by ADMIN
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. 
Completed
Last Updated: 24 Sep 2014 12:35 by ADMIN
Completed
Last Updated: 07 Aug 2015 06:37 by ADMIN
Completed
Last Updated: 20 Nov 2014 16:20 by ADMIN
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: 25 Sep 2015 11:53 by ADMIN
ADMIN
Created by: Konstantin Dikov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Declined
Last Updated: 07 Jun 2016 13:11 by ADMIN
Created by: tomc
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
To cater for SharePoint Lists (or Excel/SQl Sources) with large columns can the Freeze Columns property from the underlying RadGrid be exposed to the SpRadGrid
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
Unplanned
Last Updated: 16 Dec 2013 11:34 by ADMIN
ADMIN
Created by: Deyan Enchev
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Completed
Last Updated: 13 Jul 2015 15:07 by ADMIN
Completed
Last Updated: 10 Dec 2014 16:38 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
If an image has a bracket in its path it cannot be exported. In RadEditor a response is not sent back to the browser, RadGrid will throw an exception to notify about a missing path. A workaround for the time being is to avoid having special symbols in images that need to be exported.
Completed
Last Updated: 01 Jun 2021 14:32 by ADMIN
Release Q1 2015
Won't Fix
Last Updated: 30 Jul 2015 12:16 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0