When a ToolTip of the RibbonBar is opened, it should cover external applets / plugins, such as JavaApplets, PDF, Flash etc, it's not rendered on top, but beneath.
Add Track/Commit changes for RadRibbonBar like RadTreeView has. Currently enabling/disabling a ribbon bar item client side throws an error and blows up when a postback occurs after the client side change.
Based on customer feedback: When the application menu of the Ribbon bar is opened and should cover external applets / plugins, such as JavaApplets, PDF, Flash etc, it's not rendered on top, but beneath. --- The solution is to add an IFRAME element, a lot like in the menu, combo etc, for IE browsers.
Hi, Seems like the RadRibbonBar1.LoadContentFile doesn't support AuxiliaryPane and FooterPane in the .XML file: <AuxiliaryPane Header="Latest files"> <ContentTemplate> <ol> <li>Powder.jpg</li> <li>Free jump.jpg</li> <li>Downhill.jpg</li> <li>Snowboarding.jpg</li> <li>Moutain top.jpg</li> </ol> </ContentTemplate> </AuxiliaryPane> <FooterPane> <ContentTemplate>Skiing.png</ContentTemplate> </FooterPane> -Kurt
Unlike the rest of the Ribbon Items, the Templates have only one level of resizing, where as they need few steps more, to be consistent. Add proper (fluid) resizing to templates by implementing template size.
Currently, the ribbon groups are resized automatically, from right to left. The MS Ribbon Framework specifies a property to set the order of the group reduction -- GroupSizeReductionOrder. More info: -- http://msdn.microsoft.com/en-us/library/ff701790.aspx -- http://msdn.microsoft.com/en-us/library/microsoft.windows.controls.ribbon.ribbontab.groupsizereductionorder.aspx
There is vague information in the Microsoft Ribbon Framework about the Ribbon in RTL mode. Still with the release of Win8, the RTL story seems more and more likely.
From customer feedback: There should be client methods for completely hiding (in contrast to collapsing) ribbon groups.