Completed
Last Updated: 20 Dec 2016 06:48 by ADMIN
RadButtonElement shows its border when it is in a button group where ShowBorder is false. It seems like there is an issue in the ForceReapplyStyle method.
Completed
Last Updated: 08 Sep 2014 15:15 by ADMIN
Wrapped text in bullet point paragraph is not aligned correctly.
Completed
Last Updated: 18 Jan 2011 16:42 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI Framework
Type: Bug Report
2
If you compare the G-mail-like labels in the HelpDesk sample application, you will notice that while in Q1 2010 they look good, in Q3 2010 SP1 there is an issue with the way they are painted. Most probably the reason is in the RoundRectShape.
Completed
Last Updated: 11 Dec 2010 04:49 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
1
One should not be able to trigger a shortcut if the element that has the shortcut assigned is disabled.
Completed
Last Updated: 26 Nov 2010 03:56 by Svetlin
Created by: Svetlin
Comments: 0
Category: UI Framework
Type: Bug Report
0
ToolTip should be located close to the mouse cursor
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
0
Set Color.Orange to the border of the RadDropDownList when it is in ContainsFocus state. You will notice that the border of the control becomes orange event if it is not focused.
Completed
Last Updated: 19 Feb 2015 06:52 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
2
If you place a control in RadHostItem and you put this host item in a parent element, the parent element will not be resized correctly, because the RadHostItem will not provide the correct size.
Completed
Last Updated: 13 Aug 2010 04:00 by ADMIN
ColorAnimationStepConverter throws exception when system list separator is not comma.
Completed
Last Updated: 30 Jun 2010 13:14 by ADMIN
When creating a shortcut, without modifier key (for example F5), the text displayed next to the menu item (describing the shortcut )  is incorrect (it shows " + F5", instead of "F5").
Completed
Last Updated: 16 Jun 2015 16:32 by ADMIN
RadOffice2007ScreenTipElement tip = new RadOffice2007ScreenTipElement();
tip.EnableCustomSize = false; //this enables custom size

In order to enable custom size the setting should be tip.EnableCustomSize = true;. The flag is incorrect.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
0
When RadScreenTip is shown for a control which resides in a non-active form, the form of RadScreenTip shows a button in the taskbar.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
1
If you set the GenerateMember of an element to false, it generally removes 'this' from the serialized code concerning the element. However, in the cases where we have a serialized cast in the designer, the word 'this' remains. Since the element is not a member of the form/user control, we get a compile error.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
1
TextAlign property at RadTextBoxItem is not serialized at design-time.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
1
If you try to load a predefined theme in your project and run the project without a debugger, you may get a missing resource exception. The solution to this issue is:
Assembly lAssembly = Assembly.GetAssembly(typeof(Telerik.WinControls.Themes.Office2010Theme));   
Telerik.WinControls.ThemeResolutionService.LoadPackageResource(lAssembly, "Telerik.WinControls.Themes.Office2010.tssp");
Completed
Last Updated: 11 Dec 2015 13:46 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
6
Let's have two controls - RadLabel and RadCheckBox and a form, anchored to Bottom, Right. Show a form containing these controls in maximized mode and you will notice that the controls' location is not correct.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
0
Host a Panel in RadHostItem and set the BackColor of the Panel. You will notice that the color set is not applied.
NOTE:   These properties should be set to the RadHostItem
//Synch inheritable properties
this.hostedControl.ForeColor = this.ForeColor;
this.hostedControl.BackColor = this.BackColor;
Completed
Last Updated: 23 Jun 2014 15:21 by ADMIN
RadTabStrip, RadToolStrip and RadTreeView still can get the focus if validating event is cancelled.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
1
When you place several editor instances in a FlowLayoutPanel, for example RadTextBox, RadComboBox, RadDateTimePicker and set their Width to 100, this setting is lost when you run the project.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
1
When you try to set a value to the ToolTipText property of a RadItem (let's say RadButtonElement), this setting is not serialized in the designer.
Completed
Last Updated: 01 Mar 2010 09:49 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: UI Framework
Type: Bug Report
0
When the user disables RadRibbonBarGroup and there is a RadTextBoxElement in it the textbox part of the RadTextBoxElement is not disabled.