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

RibbonBar Group Visibility problem

3 Answers 62 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:56 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 appears again.
Thanks In Advance. 

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Jul 2013, 09:59 AM
Hi Beshoy,

Please have a look at the following C# code I tried which works fine at my end.

C#:
RibbonBarGroup g1 = RadRibbonBar1.FindGroupByValue("RibbonBarGroupValue");
g1.Visible = false;

Thanks,
Princy.
0
Beshoy
Top achievements
Rank 1
answered on 15 Jul 2013, 11:22 AM
still the same problem.
Thanks
0
Princy
Top achievements
Rank 2
answered on 16 Jul 2013, 10:51 AM
Hi Beshoy,

Unfortunately i cannot replicate this issue at my end. Can you please send me the full code ASPX and C# you tried?

Thanks,
Princy.
Tags
RibbonBar
Asked by
Beshoy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Beshoy
Top achievements
Rank 1
Share this question
or