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

Disable the tab label

2 Answers 57 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 28 Apr 2010, 05:48 AM
Hi, When we set the RadRibbonTab IsEnabled="False", then the contents of the tab are disable but the tab label is still active.

As another example, if we set the Visibility to False, the the contents of the tab are not visible but the tab is still visable.

How can we make the tab label disabled and/or not visable? We would like to do this in the code behind page.

many thanks

Steven

2 Answers, 1 is accepted

Sort by
0
Bobi
Telerik team
answered on 03 May 2010, 09:02 AM
Hello Steven,

We apologize for this inconvenience.
This issue (the problem with IsEnabled="False") is already added in our todo list and we will fix it as soon as possible.
As to the other question connected with the Visibility please verify that you are using the latest released assemblies. I tested this scenario in the following way:
<telerikRibbonBar:RadRibbonTab x:Name="RadRibbonTab1" Header="item1" Visibility="Collapsed">
                <telerikRibbonBar:RadRibbonGroup Header="item1" />
            </telerikRibbonBar:RadRibbonTab>

Please let us know if you have any other questions or need some more help.

Kind regards,
Bobi
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Valentin.Stoychev
Telerik team
answered on 05 May 2010, 08:58 AM
Hello Steven,

Just to let you know that the issue is fixed and will be available with the next public release.

Greetings,
Valentin.Stoychev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TabControl
Asked by
Steven
Top achievements
Rank 1
Answers by
Bobi
Telerik team
Valentin.Stoychev
Telerik team
Share this question
or