Unplanned
Last Updated: 07 Mar 2017 11:30 by ADMIN
Add ability to combine the Aero RadRibbonWindow with the RadRibbonView's tabstrip like in MS Office 2010.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Allow extending the Window glass frame into the RadRibbonWindow content
Unplanned
Last Updated: 26 Jun 2018 11:28 by ADMIN
Allow the RadRibbonView to ignore the windows menu location settings for the MinimizedPopup
Unplanned
Last Updated: 05 Jan 2017 11:36 by Chris
When desktop is shared through Office Communicator 2007 RibbonWindow is not repainting properly. The same issue can be reproduced through a remote desktop connection - when the RibbonWindow is running in a Aero Windows theme, the RibbonWindow chrome is painted in black when accessed through a remote desktop.
Unplanned
Last Updated: 03 Jan 2017 20:59 by ADMIN
Allow the users to use special symbols Alt+123(not activating the KeyTips) and displaying the special symbol instead.
Unplanned
Last Updated: 03 Aug 2016 14:23 by ADMIN
Users should be allowed to understand when KeyTips are opened (respectively closed).
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
5
Add a possibility to imitate fullscreen mode.
Unplanned
Last Updated: 09 Mar 2023 17:15 by ADMIN
Created by: Ralf
Comments: 2
Category: RibbonView
Type: Feature Request
5
would be very helpful especially for users who are new to Telerik and/or WPF
Unplanned
Last Updated: 15 Jun 2020 14:07 by ADMIN
If you open the dropdown of the RadRibbonComboBox using the keytips support and then navigate to an item, and select it using the arrow keys, the selection is wrong. It selects the next item instead of the one highlighted by the keyboard navigation. 
Unplanned
Last Updated: 11 Apr 2023 17:44 by ADMIN
In XP and Windows10, the window goes behind the windows task bar when it is maximized.
The problem manifests itself if we set explicitly the "WindowStyle" property of the RadRibbonWindow.
With its "default" value, the problem do not exists.
It is also reproduced when AllowTransparency = True (it requires WindowStyle = None), which is needed to set a drop shadow effect.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ApplicationName is  off center when TabStripAdditionalContent contains an element with long text/content
Unplanned
Last Updated: 11 Mar 2019 15:39 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: RibbonView
Type: Feature Request
3

Currently, you can navigate through the elements of the ribbon only via the keytips or the arrow keys. Add support for the Tab key as well.

In other words when you enter the keyboard navigation mode, the Tab key should work along with the arrow keys. See Word's ribbon for a reference.

Unplanned
Last Updated: 19 Jul 2017 10:23 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 2
Category: RibbonView
Type: Bug Report
2
RibbonWindow icon appears clipped when the DPI  is set larger than 100%. Also, the icon separator is offset.
Unplanned
Last Updated: 03 Jan 2020 09:54 by ADMIN

1. When the RibbonWindow is maximized the draggable area ends below the WindowTitle

2. In Normal state - the draggable area could be expanded in Material, Fluent and Crystal themes


A possible workaround is to change the WindowCaptionHeight property:

 var parameters = SystemParameters2.Current;
 parameters.GetType().GetProperty("WindowCaptionHeight").SetValue(parameters, SystemParameters2.Current.WindowCaptionHeight + 26, null);


Unplanned
Last Updated: 06 Apr 2020 19:01 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 2
Category: RibbonView
Type: Feature Request
2
Implement keyboard navigation for the items in the ApplicationMenu - through arrow keys for example.
Unplanned
Last Updated: 03 Jan 2017 21:15 by ADMIN
The minimized content is not closed when you click outside of the ribbon when you have explicitly MouseUp-ed outside of the RibbonView aria.
Unplanned
Last Updated: 04 Jan 2017 13:33 by ADMIN
Initially RibbonView gets rendered design-time. Trying to edit RibbonTab-s or add new one causes the whole control to dissapear in the designer. Clean and rebuild of the solution doesn't help -- cleaning the Shadow cache of Visual Studio Designer is the onliest thing that helps.

The issue reproduces with Class Library containing the Ribbon setup and IsWindowsThemeEnabled property of RibbonWIndow turned off (default value).
Unplanned
Last Updated: 09 Jan 2017 15:51 by Lukas
The RadGallery item has a property SelectionMode, inherited from ItemsControlSelector.
But it is not implemented.
I would like to use the Gallery to select multiple options instead of only one:
*the gallery shall keep open on select one item
*the items shall toggle selection on item click
Unplanned
Last Updated: 22 May 2024 15:52 by Stenly
Add support to show the system menu on the RadRibbonWindow element when IsWindowsThemeEnabled=False and the Shift + right mouse button is clicked on the icon on the taskbar.
1 2 3 4