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

Visibility Problem

1 Answer 100 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Beshoy
Top achievements
Rank 1
Beshoy asked on 15 Jul 2013, 08:51 AM
Hi ,
I have a problem.
I want to hide radribbon group bar in code behind according to user roles
I applied this technique : 
RadribbonGroupbarControl.visible = false;

It works but hide all Radribbon Groupbar Controls , but after clicking between two tabs for a while it`s appear again.
Thanks In Advance. 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 17 Jul 2013, 02:29 PM
Hi Beshoy,

Thank you for writing.

To hide a RadRibbonBarGroup you can use the Visibility property like this:
radRibbonBarGroup3.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

I hope this helps. Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
RibbonBar
Asked by
Beshoy
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or