This is a migrated thread and some comments may be shown as answers.

Adding a Help-Button to the RibbonBar

3 Answers 64 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Robin
Top achievements
Rank 1
Robin asked on 05 May 2014, 08:35 AM
Hello,

is there a way to create new Buttons on the right side of the RibbonBar's "minimize/maximize"-Button (like the "Help"-Button in Outlook or Office)?
So far I've only found a solution for the UI for WPF.

Thanks in advance,
Robin

3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 07 May 2014, 11:21 AM
Hello Robin,

You could simply set the EnableMinimizing property of the RadRibbonBar to true, in order to achieve the desired functionality. In addition, you could test the behavior with the Overview demo of the control here :

http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/overview/defaultcs.aspx

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Robin
Top achievements
Rank 1
answered on 07 May 2014, 12:57 PM
Hello Nencho,

thanks for the fast reply, but I think you've got me wrong. The way I understand it the "EnableMinimizing" property of the RibbonBar only adds a minimize/maximize-Button. What I would like to achieve is to add a help-Button (and possibly other buttons) right next to the already available minimize/maximize-Button (in the same way that the help-Button is available in Office 2010).

Best regards,
Robin
0
Nencho
Telerik team
answered on 12 May 2014, 08:21 AM
Hello Robin,

Such functionality is not supported by design. However, you could achieve the desired scenario using jQuery and inserting the desired image. In addition, you could register a function for handling any event. I am sending you a sample page, demonstrating a basic implementation of the above suggestion. However, please keep in mind that this is a not supported scenario.

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RibbonBar
Asked by
Robin
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Robin
Top achievements
Rank 1
Share this question
or