FIX. Themes - RadDateTimeEditor have an incorrect gradient color setting.
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.
FIX. Theme: RadMultiColumnComboBox arrow button theme is different than the other drop down controls (ControlDefault)
The theming mechanism currently does not allow styling different states of disabled controls.
Implement PivotGrid control for Winforms.
Html-like text background color get spots of 1px whitespace between words.
ADD. BorderPrimitive - add ability to show the border in dashed or dotted style
FIX. Mnemonics are executed without the control being on focus or ALT key pressed.
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.
Currently the text is not readable when using high contrast theme and the Element hierarchy editor
Request for a new control - TimeBar control
Text baseline alignment capabilities for Rad controls.
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.
Add iPhone style menu like the one available for ASP.Net http://demos.telerik.com/aspnet-ajax/menu/examples/appearance/iphonemenu/defaultcs.aspx#
The issue appears when you change the DPI settings for the PC and try to create an application with RadDock and RadPageView.
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
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.
FIX. Color blending of the active theme is not applied to the controls created after the blending
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.