Completed
Last Updated: 09 Dec 2016 14:36 by ADMIN
Completed
Last Updated: 08 Jan 2016 12:17 by ADMIN
A "System.ArgumentException: Requested value was not found." is throws if we set AccessText containing more than one char in for the Backstage.


Available in LIB version: 2015.3.1207
Completed
Last Updated: 05 Feb 2015 17:14 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Bug Report
0
If you have a RadRibbonTab with two RadRibbonGroups and the RadRibbonView is minimized, the groups will be collapsed even if you set their default variant to Large.

Will be available in Q1 2015 Release.
Completed
Last Updated: 26 Aug 2014 14:26 by ADMIN
The RadRibbonView executes its KeyTips by executing the Command of the Button and the Invoking its peer. This behavior is inconsistent when a user interacts with the button ( first the Click/Toggle is fired then the command is executed).
Completed
Last Updated: 11 Jul 2014 13:29 by ADMIN
Completed
Last Updated: 24 Jun 2014 14:04 by ADMIN
The RibbonWindow throws exception for missing brush in Expression_Dark theme (Resource with the Name/Key RibbonWindow_InnerBorder is missing)
Completed
Last Updated: 24 Jun 2014 10:52 by ADMIN
RibbonView in SL throws exception when LocalizationManager.UseDynamicLocalization is set to true
Completed
Last Updated: 24 Jun 2014 13:03 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Feature Request
0
The buttons of the RadRibbonWindow are not visible in Office2013. The fill of the paths is the same color as the background.
Completed
Last Updated: 26 Mar 2015 15:30 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Feature Request
0
The RibbonSplitButtons Text is not visible when its IsToggle property is set to true and Windows8 theme is used.

Available in LIB version: 2015.1.0604
Completed
Last Updated: 17 Jun 2014 13:46 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Feature Request
1
If you set the Visibility of a RadRibbonTab hosted in a ContextualGroup to Collapsed, a placeholder is visualized, when it shouldn't.
Completed
Last Updated: 26 Feb 2016 17:06 by ADMIN
The RibbonGroup displays a white border on mouse over around its Image element when the group is in collapsed state when a Windows8 theme is applied.
Completed
Last Updated: 04 Feb 2016 13:25 by ADMIN
The RibbonView ContextualGroup is not redrawn when a new RadTabItem is added dynamically and the ContextualGroup is currently active.
Completed
Last Updated: 03 Dec 2013 10:58 by ADMIN
ADMIN
Created by: Evgenia
Comments: 0
Category: RibbonView
Type: Bug Report
0
Text improperly aligned for all RibbonView buttons
Completed
Last Updated: 03 Dec 2013 10:03 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: RibbonView
Type: Bug Report
0
In Windows8 theme, the selected Contextual RibbonTab has an inner border which has to be removed to indicate the selection properly.
Completed
Last Updated: 30 Jul 2015 09:26 by ADMIN
When the Ribbon is hosted in a RibbonWindow, the ContextualGroups are rended differently Q3 2013 release.
Completed
Last Updated: 25 May 2023 13:33 by ADMIN
If you place a TextBlock in the QuickAccessToolbar and the Ofice_Black theme is applied you get black foreground on black background which makes the text unreadable. The content of the QAT must respect the theme applied to the RadRibbonView control.
Completed
Last Updated: 08 Nov 2016 14:45 by ADMIN
Add the ability, while holding down a modifier key (for instance ALT which triggers the KeyServices) and pressing the AccessText key at the same time, to execute the action associated with the element.

Available in R1 2017 Release
Please note that is it working only for KeyDown ActivationModes, not in the default KeyUp.
Completed
Last Updated: 13 Feb 2014 16:46 by ADMIN
NullReferenceException design-time exception is thrown in VS designer when the RadRibbonTab is defined as a root element of a UserControl.
Completed
Last Updated: 04 Feb 2016 13:30 by ADMIN
Setting Button, TextBlock, TextBox or any other UI Element as a Header of RadRibbonGroup produces a runtime exception: The Element is Already Child of another visual.
Completed
Last Updated: 14 Feb 2014 12:56 by ADMIN
When UserControls are dynamically added in the RibbonView Items collection, they are displayed as RibbonTab Headers. Instead they should create a RibbonTab collection where each control represents the content of a RibbonTab.

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".
1 2 3