Completed
Last Updated: 20 Feb 2014 15:27 by ADMIN
WindowForms - the source code(RadControlsVS2010) does not build in Debug40 configuration.
Completed
Last Updated: 20 Feb 2014 13:07 by ADMIN
To reproduce:
- Apply the VisualStudio2012Light theme to a RadForm (use 2013.3.1016 version of the assemblies).

Workaround:
- Open the Theme in Visual Style Builder.
- Select RadForm in Control Structure window.
- Expand up to TitleBar and select it.
- Apply the TitleBarBorder from the repository to the TitleBorder element.
Completed
Last Updated: 20 Feb 2014 08:20 by ADMIN
ADD. Data (field) form - a wizard which accepts an object and according to its properties data types, creates a form with respADD. Data (field) form - a wizard which accepts an object and according to its properties data types, creates a form with respective controls
Completed
Last Updated: 20 Feb 2014 08:20 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Feature Request
10
The data-entry control is a single control that acts like a complete data-entry form. It manages the design, layout, appearance, and behavior of multiple input components.
Completed
Last Updated: 14 Feb 2014 19:21 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI Framework
Type: Feature Request
0
radScrollBars - can't spy a button and thumb This is a limitation of the the CodedUI and it cannot records ScrollBar Controls.


This is a limitation of the the CodedUI and it cannot records ScrollBar Controls.
Completed
Last Updated: 13 Feb 2014 13:21 by ADMIN
ADMIN
Created by: Ivan Petrov
Comments: 0
Category: UI Framework
Type: Feature Request
13
A theme with the same look and feel as the standard windows controls.

RESOLUTION: Consider and Windows7 and Windows8 themes.
Completed
Last Updated: 13 Feb 2014 13:17 by ADMIN
ADMIN
Created by: Anton
Comments: 0
Category: UI Framework
Type: Bug Report
2
The InitialDelay property of ToolTips does not work

Work Around:

        ToolTip tooltip = new ToolTip();
        tooltip.InitialDelay = 1000;
        tooltip.Hide(this.radListView1);
        this.tooltip.Show(DateTime.Now.ToString(), this.radListView1);
Completed
Last Updated: 13 Feb 2014 09:05 by ADMIN
1. Create a new project and open a form in design mode.
2. Drop some controls.
3. Add RadThemeManager and add some theme.
4. Set the ThemeName property of some control to the newly added theme.
5. Remove the RadThemeManager component.
6. The theme remains applied.
Completed
Last Updated: 11 Feb 2014 16:02 by ADMIN
The NavigateBackwards/Forwards buttons in RadSchedulerNavigator should show image instead of text when using Aqua theme.
Completed
Last Updated: 11 Feb 2014 16:02 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: UI Framework
Type: Bug Report
1
To reproduce:
- Apply the Office2013Light theme to a RadDock with document windows.
- Set ShowDocumentCloseButton to true.
- You will notice that the close button does not appear.
Completed
Last Updated: 11 Feb 2014 15:41 by ADMIN
RadPrintSettingsDialog should supports metrics in cm, not only in inches
Completed
Last Updated: 11 Feb 2014 15:27 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: UI Framework
Type: Feature Request
3
would make much more sense natively within the Telerik control(s) that support html-like formatting / framework  in a future version (e.g. a .PlainText property or .GetPlainText() property next to the .Text property).
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
Declined
Last Updated: 10 Feb 2014 07:55 by ADMIN
1. Create a new form.
2. Add Panel
3. Change its ForeColor and Font properties
4. Drop a RadLabel inside, it will not change its Font and ForeColor properties.
Comment: this is not an issue. We changed our behavior in order to achieve consistent look regardless of the position of RadLabel. Now the theme defines the ForeColor and the Font of this control.
Completed
Last Updated: 11 Nov 2013 06:22 by ADMIN
ADMIN
Created by: Georgi I. Georgiev
Comments: 0
Category: UI Framework
Type: Bug Report
0
To reproduce:
Add a form, set its theme to VisualStudio2012Light, start the project he black border is visible.

Workaround:
Open VisualStyleBuilder -> Navigate to RadForm -> RadFormElement -> TitleBar -> From the elements window select TitleBorder -> from the repositories apply TitleBarBorder
Completed
Last Updated: 25 Oct 2013 07:24 by ADMIN
ADMIN
Created by: Georgi I. Georgiev
Comments: 0
Category: UI Framework
Type: Bug Report
0
To reproduce: You must use Windows Server 2008. Add a RadTreeView set its theme to Windows8 and drag a node. Exception occurs in rare cases and is hardly reproducible.
Completed
Last Updated: 26 Sep 2013 05:53 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: UI Framework
Type: Bug Report
0
To reproduce:
- Create new RadDropDownMenu wit some items in it.
- Set ShowItemToolTips to true.
- Subscribe to ToolTipTextNeeded event.
- Notice that despite the event is fired the tooltips are not shown.
Completed
Last Updated: 23 Aug 2013 08:54 by ADMIN
If the list of shortcuts contains a null value exception occurs.
Completed
Last Updated: 02 Aug 2013 04:31 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: UI Framework
Type: Bug Report
2
To reproduce:
- add a grid with some sample rows
- apply TelerikMetro theme to the grid
- select the rightmost column
- you will notice that there is 1px extra space between the grid border and the column

Workaround:
- Open the TelerikMetro theme in Visual Style Builder.
- Expand RadGridView up to GridTableElement.
- In the elements window expand TableElement
- Set the padding property to 0.
Completed
Last Updated: 01 Aug 2013 10:36 by ADMIN
ADMIN
Created by: Georgi I. Georgiev
Comments: 0
Category: UI Framework
Type: Feature Request
1
Change the gestures logic so it can be enabled/disabled per-control.

see Control1.SupportsGestures property