Completed
Last Updated: 01 Sep 2021 10:47 by ADMIN
Release LIB 2021.1.426
Currently, the minimized content of the ribbon opens up in a Popup element which leads to issues when positioned between two (or more) monitors. Introduce a feature that allows the content to opens in an Adorner element. 
Completed
Last Updated: 02 Apr 2014 14:37 by ADMIN
The Title of the RadRibbonWindow should be created from the Title and ApplicationName strings of the RibbonView automatically
Completed
Last Updated: 02 Apr 2014 13:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
3
When the window is resized, the Title should transform to Shorter Text + "...." like in MS Officce (Word, Excell, etc.)
Completed
Last Updated: 01 Feb 2016 08:48 by ADMIN

Available in LIB version: 2016.1.21
Completed
Last Updated: 31 May 2021 07:29 by ADMIN
Release LIB 2021.1.510 (05/10/2021)
Expose a property to control the visibility of the backstage back button.
Completed
Last Updated: 03 Feb 2023 11:46 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
Currently, a ScreenTip is opened 500 milliseconds after you hover the associated item. This is a hardcoded value that cannot be changed. Add a property to change this. For example another attached property in the ScreenTip class.

For example: ScreenTip.InitialShowDelay="1000"
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Add an way to include the Microsoft standard "Press F1 for help" to screentips in the ribbon, including the behavior to perform an action when the F1 key is pressed.

UPDATE: The RibbonView exposes a HelpCommand property which basically sets the Help button command. Additionally the Help button has a predefined ScreenTip which content is controlled by the “RibbonViewHelp” resource key. You can easily change the value returned by the ResourceManager for that resource key to change the default ScreenTip information.

As for performing a custom action on F1, this is considered application logic which can easily be implemented through InputBindings (http://msdn.microsoft.com/en-us/library/system.windows.uielement.inputbindings%28v=vs.110%29.aspx).
Completed
Last Updated: 03 Nov 2016 13:51 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Close command needed when using the close button

The command could be intersected as follow: 
 static MainWindow()
{
      RadRibbonWindow.IsWindowsThemeEnabled = false;
       CommandManager.RegisterClassCommandBinding(typeof(MainWindow), new CommandBinding(Telerik.Windows.Controls.RibbonView.Shell.SystemCommands.CloseWindowCommand, CloseWindowExecuted, canExecute));
}

Please note that this command is available only if RadRibbonWindow.IsWindowsThemeEnabled is set to "false".

Available in R1 2017 Release
Completed
Last Updated: 19 Nov 2014 16:37 by ADMIN
Created by: John Hodgson
Comments: 1
Category: RibbonView
Type: Feature Request
2
Please add support for the Backstage in Office 2013 with the back button.

Available in Q3 2014
Completed
Last Updated: 20 Feb 2015 15:43 by ADMIN
The keyborad focus is travers through the invisible element in the template of the RadRibbonTab ("RightScrollButtonElement ").

Available in LIB version: 2014.3.1222
Completed
Last Updated: 07 May 2019 06:06 by ADMIN
Release R2 2019
Created by: Mi
Comments: 1
Category: RibbonView
Type: Feature Request
2
Please support the new Office Simplified Ribbon: https://support.office.com/en-us/article/use-the-simplified-ribbon-44bef9c3-295d-4092-b7f0-f471fa629a98?ui=en-US&rs=en-US&ad=US.
Completed
Last Updated: 06 Oct 2014 10:49 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 3
Category: RibbonView
Type: Feature Request
1
The RadRibbonBackstage is closed when EscapeKey is pressed and the KeyTipService.IsKeyTipsEnabled is set to "True" and the Backstage closing logic on escape is dissabled

Fixed in Q3 2014
Completed
Last Updated: 24 Jun 2014 14:11 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Feature Request
1
RibbonWindow leaves empty spaces between the border and the content when used on Windows8 machine and the project targets .NET 4.0
Completed
Last Updated: 26 Jun 2014 16:07 by Markus
If a RibbonView is used in a WPF, where the Window SizeToContent property is set to WidthAndHeight, the Window takes too much space.
Completed
Last Updated: 22 Jan 2015 16:47 by Bill
Available in LIB version: 2014.3.1319
Completed
Last Updated: 22 Feb 2015 23:15 by Yasunari
A recursive call to Automation Peer API is not valid exception is thrown


Available in LIB version: 2014.3.1215
Completed
Last Updated: 05 Feb 2015 17:04 by ADMIN
Null reference exception is thrown when we set KeyTip on a Collapsed RibbonGroup 

Available in LIB version: 2014.3.1409
Completed
Last Updated: 25 Sep 2015 12:05 by Bill
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: RibbonView
Type: Feature Request
1
Extend the focus navigation in the control to match the MS Office navigation

Will be available in Q3 2015 Release
Completed
Last Updated: 17 Jul 2015 13:42 by ADMIN
RibbonView: А System.InvalidOperationException is thrown when  RadDocumentPane is selected and the ribbon is minimized and its popup is open.

Available in LIB Version: 2015.2.720.
Completed
Last Updated: 27 Jan 2016 14:50 by ADMIN
Black bar apears on Windows10 machine when in Maximized state and the RadRibbonView has set Visibility="Collapsed".

Available in LIB version: 2016.1.21
1 2