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

Options RadMenuItem appearing by default

2 Answers 52 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Maurizio
Top achievements
Rank 1
Maurizio asked on 01 Dec 2014, 09:20 AM
Hi all,
I've set the OptionsButton Visibility to Collapsed

ribbonBar.RibbonBarElement.OptionsButton.Visibility = ElementVisibility.Collapsed;

and indeed I don't see the small button appearing in the footer of the StartMenu but for some reason I see a default RadMenuItem appearing on the left column of the StartMenu with the text "Options <application name>".
I have also tried (with no luck)     
ribbonBar.OptionsButton.Visibility = ElementVisibility.Collapsed;

Thank you

2 Answers, 1 is accepted

Sort by
0
Maurizio
Top achievements
Rank 1
answered on 01 Dec 2014, 11:13 AM
I've just realized I didn't write the question in my previous post :)

How can I hide this default RadMenuItem appearing by default on the left column of the StartMenu?
0
Dimitar
Telerik team
answered on 04 Dec 2014, 07:22 AM
Hi Maurizio,

Thank you for writing.

Are you sure that the button Visibility is not set somewhere else? I am asking you this since both of your approaches are working fine on my side. Perhaps you should try to set this property at runtime and observe if the button still appears (for example upon a button click).

Regards,
Dimitar
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
Maurizio
Top achievements
Rank 1
Answers by
Maurizio
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or