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)
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: UI Framework
Type: Feature Request
4
The theming mechanism currently does not allow styling different states of disabled controls.
Completed
Last Updated: 07 Sep 2011 04:35 by Svetlin
Created by: Svetlin
Comments: 0
Category: UI Framework
Type: Feature Request
20
Implement PivotGrid control for Winforms.
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: 11 Aug 2011 08:32 by ADMIN
ADD. BorderPrimitive - add ability to show the border in dashed or dotted style
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: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Feature Request
1
Currently, if one wants to set the theme of his/her controls programmatically, he/she has to set a string value. However, the string value that has to be set is different from the class name of the theme component, so the user does not know what to set. A property that returns the ThemeName string should be implemented in each of the theme components.
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
Unplanned
Last Updated: 15 Aug 2017 09:23 by Jesse Dyck
ADMIN
Created by: Stefan
Comments: 1
Category: UI Framework
Type: Feature Request
8
Request for a new control - TimeBar control
Completed
Last Updated: 14 May 2014 08:31 by ADMIN
ADMIN
Created by: Ivan Petrov
Comments: 0
Category: UI Framework
Type: Feature Request
6
Text baseline alignment capabilities for Rad controls.
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.
Unplanned
Last Updated: 15 Aug 2017 09:23 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Feature Request
2

Add iPhone style menu like the one available for ASP.Net http://demos.telerik.com/aspnet-ajax/menu/examples/appearance/iphonemenu/defaultcs.aspx#

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: 01 Oct 2014 08:03 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Feature Request
1
It will be nice if there is a property which sets the theme application wide. However, one should still be able to change the theme of a single controls instance by setting its ThemeName property.
Declined
Last Updated: 23 Jul 2014 16:23 by ADMIN
FIX. Color blending of the active theme is not applied to the controls created after the blending
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.