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

Tabs not selecting

2 Answers 62 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Sarkis Matossian
Top achievements
Rank 1
Sarkis Matossian asked on 24 Sep 2009, 01:56 PM
I just installed the Q3 silverlight controls.  Now, my RadTabControl does not automatically select a tab when it is clicked on.  If I capture the MouseLeftButtonDown event, and set the IsSelected property of the sender to true, it works like it is suppose to, but before this happened automatically.  Is this by design, or do I need to do something different to have the tabs automatically selected when they are clicked on?

2 Answers, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 28 Sep 2009, 10:57 AM
Hi Sarkis Matossian,

This is quite unexpected!

Can you confirm that there is no overlay (a transparent visual object) over the tabs?

Are the IsEnabled / IsHitTestVisible properties both true for the control and the items?

Are there other visual items in the headers of the tabs, apart from a TextBlock?

Are you using a custom ControlTemplate? If you are, make sure that there is an element in the template called  "wrapper" and that it is the root Grid of ControlTemplate or something similar.

I created a TabControl with the 8.12 version of the controls and I could not reproduce the issue. Anything else that could help us identify what may be going wrong in your case is welcome.

Regards,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sarkis Matossian
Top achievements
Rank 1
answered on 28 Sep 2009, 01:17 PM
naming the root element of the ControlTemplate "wrapper" solved the issue.
Tags
TabControl
Asked by
Sarkis Matossian
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Sarkis Matossian
Top achievements
Rank 1
Share this question
or