Completed
Last Updated: 14 Jun 2012 06:20 by ADMIN
1. Create a new project with RadCarousel.
2. Add some items.
3. On item click change the current theme.
4. Run the project and click an item.
Completed
Last Updated: 18 Jul 2012 06:37 by Jesse Dyck
1. Create a new project and add a RadLabel.
2. When handling the Form.Load event set its Enabled state first to false and then to true.
3. Run the project and you will see that the label is still disabled.
Completed
Last Updated: 13 Jun 2012 08:43 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Bug Report
0
1. Create a new project and add RadThemeManager
2. Add several themes located as resources
3. Run the project and only a few of the themes will apply
Completed
Last Updated: 15 Jan 2020 09:17 by ADMIN
Release R1 2020
Syntax highlighting editor that supports C# and intelisense
Completed
Last Updated: 20 Jan 2020 06:45 by ADMIN
Release R1 2020
ADMIN
Created by: Nikolay
Comments: 7
Category: UI Framework
Type: Feature Request
17
It will be nice if our WinForms suite provides a touch keyboard (useful in the case of tablets and kiosks).

It will be also good of the keyboard is attached an shown automatically when an editor control gets focus.
Completed
Last Updated: 13 Feb 2017 11:14 by ADMIN
Allow drag and drop among the data controls such as RadGridView, RadTreeView, RadListView, RadListControl
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: UI Framework
Type: Feature Request
1
Html-like rendering should support base-64 encoded images
Completed
Last Updated: 18 Jun 2014 08:13 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Feature Request
1
Currently RadGridView does not indicate via narrator when navigating in child rows.
Declined
Last Updated: 18 Sep 2014 08:29 by ADMIN
ADMIN
Created by: Boryana
Comments: 2
Category: UI Framework
Type: Bug Report
6
DECLINED: not an issue.

Steps to reproduce:
1. Create a UserControl, drag a RadControl and set its Anchor to Left, Top, Right, Bottom
2. Drop a RadPageView on the main form and create a RadPageViewPage.
3. Place the newly created UserControl on the page and set its Dock to Fill
The Control located in the UserControl will exceed the visible page area
Completed
Last Updated: 15 Dec 2017 13:31 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Feature Request
19
Should be able to generate industry-standard barcode formats.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Vertical orientation of HTML-like formatted text is not supported and as a result, the TabStripItems in RadDock cannot have HTML text when:
RadDock.DocumentTabsTextOrientation = TabStripTextOrientation.Vertical;
Completed
Last Updated: 25 Apr 2012 09:41 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI Framework
Type: Bug Report
1
FIX. RadGroupBox - memory leak when the group box Dock = Fill and Office2010Black theme is applied
Work around: this.radGroupBox1.Behavior.BitmapRepository.DisableBitmapCache = true;
RadDock:
Add a dock with two tool windows in a UserControl.
In the toolwindows add grid and a tree.
Apply Office2010Black theme to RadDock.
Place the control on a form, dock it and run the app.
Constantly resize the form and observe the memory used.
Work around: radDock1.Behavior.BitmapRepository.DisableBitmapCache = true;
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Applying a custom theme with font that is not installed on the client machine causes the theming mechanism to use Microsoft Sans Serif by default. It will be great to allow setting a different default font.
Unplanned
Last Updated: 30 Mar 2016 14:02 by ADMIN
FIX. RadBreadCrumb's ThemeName drop down does not display TelerikMetroTheme, when the latter is added to the form. However, if you type in the theme name, it is correctly applied.

Note: the same problem is noticed for VisualStudio2012Dark theme as well. 

Workaround: set the theme at run time by using the ThemeName property.
Completed
Last Updated: 17 Jun 2015 15:32 by ADMIN
ADMIN
Created by: Nikolay
Comments: 1
Category: UI Framework
Type: Feature Request
2
Currently, only the GDI+ primitives can be blended. Some of the theme however, contain images instead of GDI+ primitives. It will be nice if images can also be blended according to user defined color.
Completed
Last Updated: 11 Feb 2014 13:48 by ADMIN
ADMIN
Created by: Boryana
Comments: 0
Category: UI Framework
Type: Feature Request
27
Provide read-only built-in functionality through a single ReadOnly property that disables editing of all editors, i.e. RadCheckBox, RadRadioButton, RadDropDownList, RadDateTimePicker.

Added: RadCalculatorDropDown, RadCheckBox, RadRadioButton, RadDropDownList

Already supported by: RadDateTimePicker, RadMaskedEditBox, RadTextBoxControl, RadBrowseEditor, RadPropertyGrid, RadCalendar, RadColorBox, RadTimePicker, RadSpinEditor, RadTextBox
Completed
Last Updated: 18 Jun 2014 08:13 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: UI Framework
Type: Feature Request
5
Windows should read MessageBox Title, MessageBox Text and Highlighted Button
Completed
Last Updated: 05 Jun 2015 08:55 by ADMIN
ADMIN
Created by: Jack
Comments: 5
Category: UI Framework
Type: Feature Request
4
This control will manage  the size and presentation of its child controls depending on the resolution of the screen and the width/height of the used monitor at the end user.
Unplanned
Last Updated: 29 Mar 2016 10:10 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI Framework
Type: Bug Report
0
FIX. MSAA - TestManager cannot find RadDateTimePicker
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI Framework
Type: Feature Request
3
IMPROVE. Expose FocusPrimitive in VSB