Completed
Last Updated: 14 Feb 2014 12:53 by ADMIN
Implicit style doesn't apply on RadRibbonTabs which are added via PRISM.

UPDATE: An implicit style can not be applied on derived controls as their TargetType is different than the one defined in the implicit style. Basically if you set the style implicitly, the style is applied only on the types that match the TargetType exactly and not on elements derived from the TargetType value. You can find more information on the topic in the remarks section of the Style property definition: http://msdn.microsoft.com/en-us/library/system.windows.style%28VS.95%29.aspx

This is why in order to apply a Telerik predefined style on a UserControl deriving from RadRibbonTab, you  need to add a Style targeting the UserControl type in the Resources of the application. It is best to define that style after merging the Telerik ResourseDictionaries so that you can base the UserControl Style on the predefined "RadRibbonTabStyle".
Completed
Last Updated: 03 Nov 2016 12:03 by ADMIN
Allow the ApplicationMenu to be used as a stand-alone control



Available in R1 2017 Release
Completed
Last Updated: 02 Apr 2014 15:12 by ADMIN
Edited Style of the ScreenTip does not apply when the ScreenTip is set as attached property.
Also, when you create a CustomControl deriving from the ScreenTip control, its default style is not applied.
Completed
Last Updated: 19 Dec 2014 13:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
If the height of the screen is smaller than needed the App_menu is clipped in the bottom. There are 5-10 px wrong in calculation
Completed
Last Updated: 11 Feb 2015 14:07 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: RibbonView
Type: Feature Request
2
Expose an IsActiveChanged event for the ContextualGroups

Will be available in Q1 2015 Release.
Completed
Last Updated: 21 Jan 2015 16:42 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
When you click on a control in the DropDownContent of a RibbonSplitButton, a click is registered in the underlying control (behind the DropDownContent).
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Allow hiding the tab headers - when a single tab is displayed a tab header is not needed and it can be programmatically hidden in order to save space.

UPDATE: HeaderVisibility property can be used to achieve this behavior
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Allow changing the entire UpDownButton tooltip.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
Cite:
The problem is displaying ScreenTip for Application Button.
Move the mouse on Application Icon, no tooltip shows.
Click it to show the list of menus and go to the first item.
The ToolTip shows up under the menu.

Available in LIB version: 2014.3.1312
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
RibbonWindow throws a TypeInitializationException when used with VSTO Addin
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
It is impossible to prevent the application menu from closing.

Note:  The ApplicationMenuOpenStateChanged event of the RadRibbonView could be used to prevent closing of Application menu. This approach is demonstrated in the attached project.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
Cannot define an event handler for the RibbonButton.HoverEvent in code-behind


Available in LIB version: 2014.3.1222
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Add ScreenTip for the Application Button

UPDATE: RibbonView ApplicationButtonStyle property  can be used to apply a style on the ApplicationButton. Use the style to apply a ScreenTip on the button.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
The screentip should allow binding to text, image
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
RibbonGroup containes many TextBoxes with TabIndices set. HyperLink with TextBlock inside is between the TextBoxes. TextBlock Text is "" or x:Null.
Tabbing is possible only between the TextBoxes on the left of the Hyperlink.
Completed
Last Updated: 13 Feb 2014 16:46 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
1
System.InvalidOperationException is thrown in the VS designer in a view defining a RadRibbontab control.
Completed
Last Updated: 17 Feb 2014 12:54 by ADMIN
When a style is applied on the QAT, changing its position opens its popup menu unexpectedly. The style doesn't have to be customized, the issue is reproducable with the default OfficeBlack style of the control.
Completed
Last Updated: 11 Feb 2014 14:49 by ADMIN
When a view doesn't specify DesignHeight/Width, the RibbonView throws design-time exception if it contains ContextualGroups.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
1
Change the ApplicationButton ControlTemplate so that the button Width can be easily customized.

UPDATE: RibbonView ApplicationButtonStyle property  can be used to apply a style on the ApplicationButton. Use the style to apply a Width on the button.
Completed
Last Updated: 11 Aug 2016 14:05 by Bill
ADMIN
Created by: Telerik Admin
Comments: 1
Category: RibbonView
Type: Bug Report
1
Currently only the Left Key activates the key tips.