Completed
Last Updated: 13 Mar 2012 10:08 by ADMIN
FIX. RadRibbonBar - changing the themes between Office2007Silver, Office2007Black and ControlDefault, causes invalid group caption ForeColor
Completed
Last Updated: 22 Oct 2014 06:52 by ADMIN
To reproduce: 
1. Drag and drop RadMenu. Add RadMenuButtonItem
2. Set the TextImageRelation and you will see that is not apply. The TextImageRelation property of the button item does not set the TextImageRelation of the button element
Completed
Last Updated: 13 Feb 2012 05:13 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Bug Report
0
1. Create application with MDI
2. Add menu to the container form
3. Add a shortcut and on shortcut click open a new child form
4. Run the project and click the shortcut several times
Completed
Last Updated: 18 May 2017 05:52 by ADMIN
To reproduce: 
- Associate a tree to the bread crumb
- Set the control size to 0,0
- Auto size = true 
- Select a node from the tree -> the bread crumb size is not increased, thus it remains invisible.
Completed
Last Updated: 24 Jan 2012 04:29 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: UI Framework
Type: Bug Report
0
The RadElement Click event is fired also when the validation is not complete (valid) in focused control on the Form. The event must be suspended in this situation like RadButton Click event.
Completed
Last Updated: 16 Jan 2012 09:00 by ADMIN
FIX. RadMultiColunmComboBox editable area should look like RadDropDownList editable area
Completed
Last Updated: 13 Dec 2011 09:19 by ADMIN
FIX. TPF - while validating a control, it is possible to click RadTreeView, RadGridView, etc, while it is not possible to click standard controls. Additionally, when the RadTreeView control is clicked, its events are getting fired too.
Completed
Last Updated: 27 Dec 2016 12:40 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
2
Let's say that you have a ShapedForm in VS. You navigate to its Shape property and try to create a custom shape through the Shape Editor. However, at the end the shape that you have created will not be applied correctly to the form.
Completed
Last Updated: 18 Feb 2015 12:57 by Jesse Dyck
Create an MDI application. When you maximize an MDI Child form you will see that the restore button has a maximize icon instead of restore one. This is true for the following themes:
ControlDefault, Office2010Blue, Office2010Black
Completed
Last Updated: 24 Oct 2011 04:41 by ADMIN
FIX. Themes - RadDateTimeEditor have an incorrect gradient color setting.
Completed
Last Updated: 13 Oct 2014 12:50 by ADMIN
If you have a RadControl with Anchor Left, Top, Bottom, Right in a ToolWindow, the next time you close and reopen the designer in VS, this RadControl gets a bigger size.
Completed
Last Updated: 04 Oct 2011 04:34 by ADMIN
FIX. Theme: RadMultiColumnComboBox arrow button theme is different than the other drop down controls (ControlDefault)
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
Html-like text background color get spots of 1px whitespace between words.
Completed
Last Updated: 01 Aug 2011 04:25 by ADMIN
FIX. Mnemonics are executed without the control being on focus or ALT key pressed.
Completed
Last Updated: 21 Jun 2011 06:47 by ADMIN
Currently the text is not readable when using high contrast theme and the Element hierarchy editor
Completed
Last Updated: 09 Jun 2011 01:15 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI Framework
Type: Bug Report
0
FIX. RadShortcut executes even if the control is disabled - RadButton click event still fires when shortcut is executed, no matter that the button is disabled.
Completed
Last Updated: 19 May 2011 06:02 by ADMIN
The issue appears when you change the DPI settings for the PC and try to create an application with RadDock and RadPageView.
Completed
Last Updated: 11 May 2011 03:49 by ADMIN
1. Create a new project and add a RadGridView
2. Add a large number of columns (e.g 400)
3. Apply grouping
4. Run on a citrix environment or a virtual machine
Completed
Last Updated: 10 Jul 2017 10:12 by ADMIN
Completed
Last Updated: 04 Jan 2017 07:22 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: UI Framework
Type: Bug Report
0
The issue can be reproduced following the scenario:
1. Create theme for RadLabel and define its Image in the theme. The images should be different for the different element states of the label.
2. Use a RadThemeManager to apply the theme to the control in design time. The Image property will be serialized, assigned to the image of the default element state. Setting the local value of the property in this case prevents applying the images of the other states, defined in the theme.