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
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;
Workaround: DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Footer.Visibility = ElementVisibility.Collapsed DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Header.Visibility = ElementVisibility.Collapsed
Windows8Theme - There is missing style of RadCheckBoxElement.ToggleState = Intermediate state.
FIX. Windows8Theme - missing drag and drop styling for RadTreeView.
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.
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.
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.
There is no style applied to the property grid item when one sets the error message.
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.
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.
An image representing row error should be added to the theme
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);
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.
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.
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.
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.
Office2007Black Theme cannot render the state of a diabled RadCheckBox
Add PDF viewer in WinControls suite.
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.