Completed
Last Updated: 04 Mar 2015 16:23 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Feature Request
32
We have created a SDK sample with a CustomRegionAdapter for the RadTabControl in which the ActivateView logic is implemented. You can find the example in out SDK repository(https://github.com/telerik/xaml-sdk/tree/master/TabControl/PRISM/CustomTabControlRegionAdapter)
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)
Completed
Last Updated: 16 May 2016 10:32 by Konstantin
Prism View is incorrectly initialized when associated with a region

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:24 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: TabControl
Type: Feature Request
13
Preserve the content of tabs during tab reorder
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Bug Report
10
Loaded event of the RadTabItem's content is fired twice in WPF.

Declined: The behaviour is caused due to the way how the WPF framework operates with ContentControl and their Content property(the RadTabItem is HeaderedContentControl which derives from ContentControl). The Content property is automatically registered to the LogicalTree when it is set, this is causing the first loaded event to be fired. After a selection is made the RadTabControl inserts/visualizes the Content of its selected RadTabItem in its ContentPresenter, this causes the control to fire its loaded event as it is loaded into the VisualTree.

private void Content_Loaded(object sender, RoutedEventArgs e)
{
	if (VisualTreeHelper.GetParent(sender as DependencyObject) != null)
	{
		// Execute the logic for LoadedEvent.
	}
}
Unplanned
Last Updated: 03 Jan 2017 20:30 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Feature Request
8
ItemsSource does not support CompositeCollection
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: 03 Jan 2017 20:31 by ADMIN
When navigating with tab key (without setting tabindex) first highlights the RadTabItem then its content. Setting a tabindex on a control in the tabItem`s content works the opposite way
Unplanned
Last Updated: 03 Jan 2017 20:29 by hermann
Fire the PreviewSelectionChanged event before user-initiated selection
Completed
Last Updated: 12 Nov 2014 09:24 by ADMIN
Fixed in LIB version: 2014.3.1103
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 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.
Completed
Last Updated: 10 Mar 2017 06:43 by joan miquel fernandez cañadas
The TabItem doesn't changes when selected Item in the VS2010 designer.

UPDATE:
The issue is present also in the VS2008 and Blend.
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: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.
Won't Fix
Last Updated: 12 May 2020 08:22 by Hans
Tab selection does not work in the VS designer when switching between different views.
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.
Unplanned
Last Updated: 03 Jan 2017 21:04 by ADMIN
SelectedItem does not respect the Reset collection changed action.
Unplanned
Last Updated: 03 Jan 2017 20:35 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Feature Request
5
ICommandSource implementation for RadTabControl. It might be implemented either as CLR and dependency properties, or as attached behavior.
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.
1 2 3 4