ADD. Data Validation component, which allows the user to set at design time the validation requirements to sets of controls
Implement Open Save Dialog, allowing theme customization.
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.
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;
Add radial menu like the one in the Telerik UI for Windows 8 XAML.
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
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.
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);
CodedUI playback does not able to recognize a button placed in RibbonBar ButtonGroup/Group
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.
Text baseline alignment capabilities for Rad controls.
Currently, html-like formatting does not work for right-to-left languages
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
Right and bottom padding does not working corectly when there is TextWrap
RadPrintSettingsDialog should supports metrics in cm, not only in inches
Update the Aqua theme to be used with the new VSB
Wrapped text in bullet point paragraph is not aligned correctly.