Completed
Last Updated: 02 Aug 2021 13:46 by ADMIN
Release R2 2020
ADD. Data Validation component, which allows the user to set at design time the validation requirements to sets of controls
Completed
Last Updated: 22 May 2019 06:51 by ADMIN
Release R2 2019
Implement Open Save Dialog, allowing theme customization.
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: 11 May 2015 10:41 by ADMIN
To reproduce: 
- Set the anchor property of RadTextBox or RadDropDownList as follows:
this.radTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));

Workaround;
Set the Autosize property to false:

this.radTextBox1.AutoSize = false;
Unplanned
Last Updated: 31 Jul 2018 12:20 by ADMIN
Created by: Sami Aljafar
Comments: 2
Category: UI Framework
Type: Feature Request
7

			
Unplanned
Last Updated: 14 May 2020 10:16 by ADMIN
Unplanned
Last Updated: 06 May 2016 13:48 by ADMIN
Unplanned
Last Updated: 15 Aug 2017 09:41 by ADMIN
ADMIN
Created by: Dimitar
Comments: 4
Category: UI Framework
Type: Feature Request
6
Add radial menu like the one in the Telerik UI for Windows 8 XAML.
Completed
Last Updated: 11 Dec 2015 14:55 by ADMIN
Currently there is no such component in RadControls for WinForms

Resolution: In Q2 2014 we introduced Spread Processing which use the RadSpreadProcessing library. You can refer to our help documentation for more information. Here the link http://www.telerik.com/help/winforms/spreadprocessing-overview.html 
Unplanned
Last Updated: 30 Mar 2016 13:55 by ADMIN
I have a somewhat complex datasource with nested classes and collections of classes (called ReportConfiguration in my attached sample). I've created a sample app that illustrates the error when I try to databind using telerik controls; I get a runtime error that it cannot find one of the nested classes. Using standard .NET controls (FormMS), I do not get this error.
Unplanned
Last Updated: 30 Mar 2016 13:49 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
6
If you dock a control in RadPanel, this control will cover the borders of RadPanel. This behavior is different from the behavior of the standard Panel behavior where the border is not covered, because of a Padding of 1.

We should consider whether this change should be introduced in our suite as this could modify the design of our customers' layouts in a way then don't want.

Workaround: this.radPanel1.Padding = new Padding(1);
Completed
Last Updated: 28 Nov 2014 09:53 by ADMIN
CodedUI playback does not able to recognize a button placed in RibbonBar ButtonGroup/Group
Completed
Last Updated: 11 Dec 2015 13:46 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI Framework
Type: Bug Report
6
Let's have two controls - RadLabel and RadCheckBox and a form, anchored to Bottom, Right. Show a form containing these controls in maximized mode and you will notice that the controls' location is not correct.
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.
Unplanned
Last Updated: 15 Aug 2017 09:36 by Bekir
ADMIN
Created by: Boryana
Comments: 1
Category: UI Framework
Type: Feature Request
6
Currently, html-like formatting does not work for right-to-left languages
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: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: UI Framework
Type: Bug Report
5
Right and bottom padding does not working corectly when there is TextWrap
Completed
Last Updated: 11 Feb 2014 15:41 by ADMIN
RadPrintSettingsDialog should supports metrics in cm, not only in inches
Completed
Last Updated: 08 Apr 2014 14:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI Framework
Type: Feature Request
5
Update the Aqua theme to be used with the new VSB
Completed
Last Updated: 08 Sep 2014 15:15 by ADMIN
Wrapped text in bullet point paragraph is not aligned correctly.