Completed
Last Updated: 28 Mar 2013 10:43 by ADMIN
Image into LightVisualElement is not thread safe and this may leads to exceptions if you access it from several threads. 

Steps to reproduce:

1.Create form that use theme with images.
2.Open this form several times.
3. Move mouse fast over them until exception occur.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
The button indicating the RadDropDown draws just a think border on the left-side instead of drawing a thin four-sided border around the arrow.
Completed
Last Updated: 09 Sep 2015 11:51 by ADMIN
1.Drag a RadGridView to a form
    2.Click Dock in parent from its SmartTag menu
    3.Now change the Dock to None from the Properties window
    4.Open again the smart tag and you will see that the link's text is "Undock in parent container" but the control is not docked.

The same issue occurs with all controls that have "Dock in parent container" action link.
Completed
Last Updated: 18 Jan 2013 04:42 by ADMIN
Application button is overlapping the first tab when the theme is "Office2007Black".
Completed
Last Updated: 11 Dec 2012 04:21 by ADMIN
ADMIN
Created by: Anton
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
FIX.Radbutton -throws exception In design time when add image in ICO format c
Completed
Last Updated: 02 Nov 2012 04:40 by ADMIN
1. Create a project with RadTextBox
2. Compile the project.
3. Highlight an existing multiline RadTextBox
4. Double Click multiline property (sets to false and control reduces to 1 line correctly)
5. Double Click multiline property again (control correctly returned to previous multiline size)
6. Compile - Fails with above error
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
One should be able to persist to a file all changes made when using the element hierarchy editor at design time.
Completed
Last Updated: 27 Aug 2012 06:06 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
Use the attached application and open its form at design time. Try to change something and to save the changes. Exception will occur.
Completed
Last Updated: 05 Jun 2014 07:07 by Jesse Dyck
ADMIN
Created by: Peter
Comments: 1
Category: UI for WinForms
Type: Bug Report
1
Html-like parser crash when process <html><a href="mailto:<a href=</a></html> text
Completed
Last Updated: 19 Jul 2012 09:18 by ADMIN
The LabelFormat property of the RadChartView axes does not take effect
Completed
Last Updated: 06 Jul 2012 10:01 by ADMIN
1. Create a new project with RadChartView.
2. Add some data in the chart.
3. Add the following code:
new Telerik.WinControls.Themes.DesertTheme();
ThemeResolutionService.ApplicationThemeName = "Desert";
4. Run the project.
Declined
Last Updated: 20 Feb 2014 09:58 by ADMIN
- the initial object property value is not displayed
- the color change is not always reflected, even though the object implements INotifyPropertyChanged

Adding the binding in code works correctly.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI for WinForms
Type: Feature Request
0
It will be nice if one can add his custom sub menu items at design-time through the 'Add new item' menu. This was supported in the past, but the support was removed together with the introduced design-time optimizations.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Currently the sgen tool raises an exception when executing it on RadControls and RadControls.UI. There is also an XmlSerialization exception when  loading the application.
Declined
Last Updated: 20 Feb 2014 09:48 by ADMIN
Steps to reproduce:
1. Paste image in the editor
2. Press enter (the image is pasted again everytime Enter is pressed)

This is not issue in the control. It is cased by the test application. The focus remains on the paste button and for this reason the image is pasted when enter is pressed.
Completed
Last Updated: 17 Dec 2015 12:26 by ADMIN
RadControls are slow when using at design time in a form containing a lot of controls, split containers and table layout panels
Completed
Last Updated: 18 Jan 2013 10:57 by Jesse Dyck
ADMIN
Created by: Ivan Petrov
Comments: 6
Category: UI for WinForms
Type: Feature Request
5
Add the ability to add custom items to the RadPropertyGrid items collection.
Completed
Last Updated: 12 Aug 2011 07:22 by Svetlin
Alow reordering and drag-and-drop of column's group in ColumnGroupsViewDefinition.
Completed
Last Updated: 09 Aug 2011 09:29 by Svetlin
Created by: Svetlin
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
Themes are applied partially to RadSpellChecker's forms.
Declined
Last Updated: 20 Feb 2014 09:41 by ADMIN
FIX. RadPageView - newly added page should be automatically selected in the properties window in design time
Comment: When the above is implemented and a new page is added the following happens:
1. The RadPageView smart tag menu is closed
2. The new page is selected (the new page is a different component)
3. The smart tag menu of the new page is opened.
This actually breaks the user experince instead of making it better.