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

[Solved] Strange occurrence with tab control

1 Answer 66 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Keith Stephens
Top achievements
Rank 1
Keith Stephens asked on 10 Sep 2010, 05:15 PM
Hello all,

I am using a tab control for my navigation.  So the content of the tab control is empty.  So when you click on a tab, I load the other control with desired information based on the tab they selected.

The xaml code for the tab control is:
<telerikNavigation:RadTabControl x:Name="radTabAgentPort" 
            SelectionChanged="radTabAgentPort_SelectionChanged"
              >
  
                </telerikNavigation:RadTabControl>

Everything works just fine it's just when I load my tab control it shows my wcf service. Picture attached.
It's displayed under the tab control and above "FCL Agent Name2" text.

Any ideas? I am using silverlight 4 telerick controls 2010_2_0903

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 15 Sep 2010, 04:37 PM
Hello Keith,

I am not able to reproduce the issue. Could you please isolate the issue in a project demonstrating it and send us this project. Or at least could you share more information on the TabControl - how it is defined etc. We'd be glad to further assist you.

Kind regards,
Kiril Stanoev
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
Keith Stephens
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or