Completed
Last Updated: 09 Nov 2018 09:13 by ADMIN
When you have the TabStripPlacement property set to something other than Top and you try to hide the TabControl border by setting the BorderThickness property to 0. The border is still shown. If you have TabStripPlacement set to Top the border disappears.

As a workaround set the BorderBrush property of the RadTabControl to "Transparent".
Won't Fix
Last Updated: 06 Mar 2020 10:49 by ADMIN
If you define two UserControls in a project and you add two RadTabControls - one RadTabControl per UserControl, then in design-time you can only change the selection of one of the tab components.
Unplanned
Last Updated: 03 Jan 2017 20:58 by ADMIN
When the RadTabControl AllowDragReorder property is set to True and the control contains multiple rows with tabs, the dragging operation cannot be properly executed and completed.
Unplanned
Last Updated: 03 Jan 2017 21:04 by ADMIN
SelectedItem does not respect the Reset collection changed action.
Unplanned
Last Updated: 03 Dec 2012 11:28 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Bug Report
5
Pressing "Tab" key does not change the focus when there are several controls in a TabItem.
Won't Fix
Last Updated: 29 Mar 2017 14:06 by ADMIN
Exceptions are occuring on ALL bindings, not just with RelativeSource

Command="{Binding AddCommand}"

will also raise an exception.
Unplanned
Last Updated: 03 Jan 2017 20:44 by ADMIN
Can't apply transitions when changing the visual state of the RadTabControl or its items
Unplanned
Last Updated: 03 Jan 2017 20:44 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Bug Report
3
The CommonStates of the control aren't applied and this is why you can't add any storyboards for the normal and disabled state of the control.
Unplanned
Last Updated: 03 Jan 2017 20:47 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: TabControl
Type: Feature Request
4
Improve the design-time support of the TabControl. For example add an option to add new RadTabItems in the control.
Completed
Last Updated: 08 Mar 2018 09:17 by ADMIN
Scrolling in TabStrip does not work well when TabStripPlacement=Left or Bottom and  ScrollMode=Item. Pressing the Scroll Buttons scrolls the entire set of tabs.
Unplanned
Last Updated: 03 Jan 2017 21:04 by ADMIN
Click event of a Button in the HeaderTemplate is not fired properly when another button outside the tab has IsDefault property set to true
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 0
Category: TabControl
Type: Feature Request
4
The animation when moving tab is mandatory for a proper user experience.
Unplanned
Last Updated: 03 Jan 2017 21:05 by ADMIN
Using Xaml declared tab control with identical tab item headers will result in selecting the first occurance of selected text from the drop down content.
Add support for distinguishing different items in the drop down content (use DropDownDisplayMode=Visible) during selection and match to the corresponding TabItem.
Unplanned
Last Updated: 03 Jan 2017 21:05 by ADMIN
In the VS2010 designer the selected tab is the last one even if the SelectedIndex proeprty of the TabControl is set to 0. The issue can be reprodiced in a scenario where the RadTabControl is defined in a RadWindow control.
Unplanned
Last Updated: 03 Jan 2017 21:06 by ADMIN
Change the TabItems layout when the TabControl OverflowMode="Wrap" with TabStripPlacement="Bottom" :
1. Let's say the wrap results in 3 lines. What we would expect is line 1 and 2 to be filling the entire width and line 3 to be partially filled. What we experience is line 1 partially filled and lines 2 and 3 filling the entire width 
2. When clicking on an item the lines swap around. The partially filled line can end up on top, in the middle or on the bottom. Clicking on items that cause tab rows to move up should re-flow the wrap.
3. Ideally - to look good - the logic should stretch the 'complete' rows to the entire width - i.e. it should adjust tab sizes to fill the entire width available on 'full' rows.
Won't Fix
Last Updated: 23 Jan 2017 12:23 by ADMIN
When the SelectedIndex property is read during animation the CLR wrapper will throw InvalidCastException because of invalid cast to int. The object returned from GetValue is DeferredReference object.
Unplanned
Last Updated: 03 Jan 2017 20:24 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: TabControl
Type: Feature Request
13
Preserve the content of tabs during tab reorder
Unplanned
Last Updated: 03 Jan 2017 20:29 by ADMIN
Using  ArcGIS API for Silverlight/WPF version 2.1 in the TabControl throws exception in design-time
Completed
Last Updated: 11 Aug 2016 14:04 by Rayne
ADMIN
Created by: Tina Stancheva
Comments: 1
Category: TabControl
Type: Feature Request
19
Create custom region adapter for the RadTabControl

We have created a SDK sample with a CustomRegionAdapter for the RadTabControl and its implementation can be found in out SDK repository(https://github.com/telerik/xaml-sdk/tree/master/TabControl/PRISM/CustomTabControlRegionAdapter)
Unplanned
Last Updated: 03 Jan 2017 20:29 by hermann
Fire the PreviewSelectionChanged event before user-initiated selection