Unplanned
Last Updated: 28 Oct 2022 12:45 by ADMIN
Created by: Alain
Comments: 1
Category: RibbonBar
Type: Feature Request
0
Improve the Accessibility functionality supported by RadRibbonBar, its elements and their properties to accessibility clients. Other elements than RadRibbonBar and RadButtonElement (RibbonTab and RadRibbonBarGroup elements) should be hittable, so tracking with mouse is available.The elements should be also exposed in a hierarchical way in the accessibility tree, including RadRibbonGroup elements.
Unplanned
Last Updated: 16 Jun 2021 11:34 by ADMIN
Please refer to the attached gif file illustrating how MS Word works. It would be good to provide a convenient UI for navigating through the tabs when the ribbon is shrunk.
Unplanned
Last Updated: 20 Nov 2020 13:35 by ADMIN

This is the behavior for collapsing the ribbon and showing the the small image for RadButtonElement: https://docs.telerik.com/devtools/winforms/controls/ribbonbar/designing-radribbonbar/using-large-and-small-images

A similar functionality should be available for the ActionElement in RadDropDownButtonElement and  RadSplitButtonElement.

 
Declined
Last Updated: 16 Jan 2020 09:17 by ADMIN
Created by: Chuck
Comments: 1
Category: RibbonBar
Type: Feature Request
0

Just a request to add in a RadFontDropDownListElement item to the RadRibbonBarGroup item list in the RadRibbonBar.

I am bypassing this by manually loading in the system fonts to a RadDropDownListElement but I could see the ease and appeal of having it already available. 

Completed
Last Updated: 06 Dec 2019 14:26 by ADMIN
Release R1 2020 (LIB 2019.3.1209)
Created by: Dominik
Comments: 2
Category: RibbonBar
Type: Feature Request
1
Currently, there is no way to replace the RibbonBarPopup.
Unplanned
Last Updated: 20 May 2019 10:48 by ADMIN
It would be good to have any indication that there are more button items in the backstage view. Currently, RadRibbonBar neither shows scrollbars, no overflow button
Completed
Last Updated: 03 Jun 2019 04:41 by ADMIN
Release R2 2019 SP1

When the size is reduced the button's text is hidden and the popup occurs. One should be able to directly go to the collapsed mode without showing buttons with no text. 

The attached project shows a temporary solution. 

Completed
Last Updated: 30 Oct 2017 10:18 by ADMIN
The new functionality should provide a way to apply an offset to the position of the key tip as well as customize their back and fore colors as well as the font
Unplanned
Last Updated: 15 Aug 2017 10:02 by ADMIN
ADMIN
Created by: Dimitar
Comments: 2
Category: RibbonBar
Type: Feature Request
3
Add support for MDI list menu item.  
Declined
Last Updated: 02 Mar 2015 13:05 by ADMIN
Created by: Nicole
Comments: 2
Category: RibbonBar
Type: Feature Request
0
I have a RadGalleryElement in my RadRibbonBar.  It has both a minimum and maximum row count of four, and currently contains 6 items.  I have "selection" enabled for the Gallery.  The selection states persist for the first row of items, but do not for my second row.
Completed
Last Updated: 25 Mar 2015 14:19 by ADMIN
With particular cultures the alt key is used for specific symbols and this is why the user should be able to use one of the alt key for symbols and the other one for the key tips.
Completed
Last Updated: 13 Nov 2014 13:02 by ADMIN
Unplanned
Last Updated: 15 Aug 2017 09:41 by ADMIN
ADMIN
Created by: Georgi I. Georgiev
Comments: 0
Category: RibbonBar
Type: Feature Request
9
Add support for the RadRibbonBars to have their items merged while in MDI mode.
Completed
Last Updated: 20 Nov 2012 04:08 by ADMIN
According to the design guidelines, the width of a ContextualTab is determined by the sum of the widths of the RibbonTabs. However, there are cases where the width of the containing tabs is less than the width needed by the ContextualTab to display its text. To handle this case, we should allow the users to set the width of the ContextualTabs.

WORKAROUND: increase the size of the inner tabs:
 private void radButton1_Click(object sender, EventArgs e)
        {
            ribbonTab1.MinSize = new Size(ribbonTab1.Size.Width+60, 0);
            radRibbonBar1.RibbonBarElement.InvalidateMeasure(true);
            radRibbonBar1.RibbonBarElement.UpdateLayout();
            radRibbonBar1.RibbonBarElement.RibbonCaption.CaptionLayout.InvalidateMeasure(true);
            radRibbonBar1.RibbonBarElement.RibbonCaption.CaptionLayout.UpdateLayout();
        }
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
add additional minimize options:
    - minimize to panel titles
    - minimize to panel buttons
Completed
Last Updated: 22 Oct 2014 07:20 by ADMIN
Allow small elements, e.g. RadTrackBarElement or RadProgressBarElement, to be added to RadRibbonBar groups at design-time.
Completed
Last Updated: 13 Feb 2014 13:24 by ADMIN
IMPROVE. RadRibbonBar - add ability to theme the split button for this control (i.e. SplitButtonInRibbon)
Declined
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: RibbonBar
Type: Feature Request
0
Pressing the ALT key should displays the Key Tips and moves keyboard focus to the RadRibbonBar by pressing any of the typical keyboard navigation key (i.e., TAB, SHIFT+TAB, ARROW RIGHT, ALT+ARROW, DOWN, SPACE BAR, etc.)
Completed
Last Updated: 11 Aug 2011 09:11 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: RibbonBar
Type: Feature Request
2
ADD. RadRibbonBar - add cancelable CommandTabChanging event.
The event is called CommandTabSelecting to be coherent with the older event CommandTabSelected.
Unplanned
Last Updated: 25 Jun 2018 12:17 by ADMIN
Enable duplication of RadRibbonBar group's element.
1 2