Completed
Last Updated: 17 Jul 2013 08:21 by ADMIN
To reproduce:
- Create a treeview with the Visual Studio 2012 Light theme.
- Add multiple nodes to the tree
- Select the first node
- While hovering the selected first node with the mouse press the down arrow to select the next node
- The text of the first node will stay white while the hover background will also be white making the text seem like it vanishes.

Workaround:
- Open the theme in Visual Style Builder 
- Expand the tree view in the Controls Structure window
- In the ElementState window select MouseOver state
- Add Normal Fore Color font style to the mouse over state
Completed
Last Updated: 29 Jun 2013 02:08 by ADMIN
Description: 
When using RadPageView in strip view mode with Office2007Black theme the header and footer have a label containing the text of the current page.

To reproduce:
-Add a pageView
-Add a page
-Change the theme to Office2007Black

Workaround:
((RadPageViewStripElement)radPageView1.ViewElement).Footer.Visibility = ElementVisibility.Collapsed;
((RadPageViewStripElement)radPageView1.ViewElement).Header.Visibility = ElementVisibility.Collapsed;
Completed
Last Updated: 29 Jun 2013 01:36 by ADMIN
Workaround:

DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Footer.Visibility = ElementVisibility.Collapsed
DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Header.Visibility = ElementVisibility.Collapsed
Completed
Last Updated: 10 Jun 2013 13:39 by ADMIN
Windows8Theme - There is missing style of RadCheckBoxElement.ToggleState = Intermediate state.
Completed
Last Updated: 09 May 2013 08:12 by ADMIN
FIX. Windows8Theme - missing drag and drop styling for RadTreeView.
Completed
Last Updated: 23 Apr 2013 03:44 by ADMIN
Windows7Theme - RadGridView has incorrect behavior when AutoSizeRows property is set to true.

Steps to reproduce:
1. Create grid with several rows.
2. Set AutoSizeRows property to "true"
3. Run application and move mouse over the rows.
Completed
Last Updated: 15 Apr 2013 05:04 by ADMIN
1. Create a new project and add RadDropDownList.
2. Change the application theme to be Windows 8.
3. Dock the drop down list to bottom of your form.
4. Run the project and maximize the form.
Completed
Last Updated: 25 Mar 2013 05:32 by ADMIN
1. Create a new project with RadGridView and bind it.
2. Set the DisableHtmlFormatting property for a column to false.
3. Handle the CellFormatting event and use the Text property to change the cell font. For example:

 e.CellElement.Text = "<html><b>AASA:</b><size=15><font='Comic Sans MS'><color=green>qwert qwertwe";

4. Run the project and check the cell font.
Completed
Last Updated: 22 Mar 2013 03:33 by ADMIN
There is no style applied to the property grid item when one sets the error message.
Completed
Last Updated: 06 Mar 2013 02:01 by ADMIN
The help button of RadRibonBar has incorrect back color and border color.

The expand/collapse ribbon bar button has its images reversed. When the ribbon is expanded the arrow points down and when it is collapsed it points up which is the opposite to what it should be.
Completed
Last Updated: 04 Mar 2013 02:34 by ADMIN
The restore button of RadForm has the following inconsistent styles: 

Office2010Silver - The image is identical for the maximize and restore states Office2010Black - The back color of the button is wrong when the form is started maximized.
Completed
Last Updated: 25 Jan 2013 08:38 by ADMIN
An image representing row error should be added to the theme
Completed
Last Updated: 24 Jan 2013 03:44 by ADMIN
You cannot apply font changes into the Header of the RadGroupBox at design time. At design time you can apply changes to font of RadGroupBox, but the themes are applying their font changes to RadGroupBoxElement  and override the font changes of RadGroupBox.

Workaround:
this.radGroupBox1.GroupBoxElement.Header.TextPrimitive.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
Completed
Last Updated: 26 Nov 2012 09:01 by ADMIN
Steps to reproduce:
1. Add a separator to a form
2. Set Orientation to Vertical
3. Set the theme to TelerikMetro or TelerikMetroBlue

You will see that the separator is not drawn correctly.
Completed
Last Updated: 20 Nov 2012 07:58 by ADMIN
To reproduce add dock with desert theme and three document windows. Click the first, then the second and then the third. The first and the second will be overlapped.
Completed
Last Updated: 14 Nov 2012 03:10 by ADMIN
The design of RadButton in ControlDefault Default state should be implemented through setting the BorderBoxStyle to OuterInnerBorder. When the default drawing is used, however, the inner border introduces visual glitches in the control's corners.
Completed
Last Updated: 02 Nov 2012 07:58 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Bug Report
0
1. Create a plugin for AutoCAD.
2. Place RadListView in your user control and set tooltips.
3. Test the plugin and try to show a tool tip.
Completed
Last Updated: 29 Oct 2012 09:58 by ADMIN
Office2007Black Theme cannot render the state of a diabled RadCheckBox
Completed
Last Updated: 23 Oct 2012 14:05 by Jesse Dyck
ADMIN
Created by: Stefan
Comments: 2
Category: UI Framework
Type: Feature Request
35
Add PDF viewer in WinControls suite.
Completed
Last Updated: 19 Oct 2012 15:44 by Jesse Dyck
TelerikMetro and TelerikMetroBlue themes define wrong BackColor for RadDropDownList in disabled state. Currently, the control is half-blue half-gray, where as by design it should be only light-blue.