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.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
We have RadRibbonView. There is some elements in a RadTab, that are inside RadOrderedWrapPanel.
If we set a theme to the RadRibbonView, it is not applied to the elements within the RadOrderedWrapPanel.

Reason for declining: The RadRibbonGroup propagate its theme to its direct children, all nested elements in RadOrderedWrapPanel or custom panel/grid e.t should have set their theme using the attached property telerik:StyleManager.Theme which will be bound to the same theme as the RadRibbonView.
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
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Add panel element to the TabStripAdditionalContent property. This way it will be easier for the users to add content.

Declined: The existing API for the TabStripAdditionalContent property (of type Object) easily allows the users to customize and insert content depending on their requirements. For instance if you want to use data from ViewModel and list all of its Items you could use the following code:
<telerik:RadRibbonView.TabStripAdditionalContent>
	<ItemsControl ItemsSource="{}" >
		<ItemsControl.ItemsPanel>
			<ItemsPanelTemplate>
				<StackPanel Orientation="Horizontal" />
			</ItemsPanelTemplate>
		</ItemsControl.ItemsPanel>
	</ItemsControl>
</telerik:RadRibbonView.TabStripAdditionalContent>
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.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
The MinimizedPopup could be open/closed by using the SelectedIndex property of the RadRibbonView.

A sample implementation could be seen in the attached project.
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
The ScreenTip isn't displayed unless you define its Title property
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
6
Currently the Backstage support keyboard navigation only if the the RadBackstageItems have their IsSelectable property set to true. The keyboard support should be extended to support BackstageItems that have IsSelectable=false.

Will be available in Q2 2015 Release.
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.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
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 Josh Holdaway
At the moment the root element of the Backstage control is a ScrollViewer and since its size is measured with infinity the controls placed inside the BackstageItems Content will be measured with infinity thus not displaying internal scroll bars. Consider changing this behavior.


The feature will be available in our official release 2015 Q1
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
VS Designer trows exceptions if a RibbonTab is placed in a UserControl:  

If the RibbonTab control size isn't defined, the designer throws a System.InvalidOperationException - FrameworkElement_LayoutMeasure_InfinityNaNReturned.  

If the RibbonTab size is set, then clicking on the tab in the designer raises a System.ArgumentException - Property 'Items' was not found in the property collection 'Grid'. 
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.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
The RibbonTabStrip does not collapse when Application Button is Collaps as well as the RibbonTabs.
This works in RibbonBar.

Available in LIB version: 2014.3.1402