Completed
Last Updated: 12 Feb 2019 16:05 by ADMIN
ADMIN
Stefan
Created on: 15 Jun 2017 12:26
Category: TabControl
Type: Bug Report
0
TabControl: Access key is not displayed until a TabItem is clicked
When pressing the Alt key, the access key of a given element must be displayed. Inside the Header of a TabItem it is not. The issue is not reproducible with the standard MS TabItem. It seems that it is related to the Foreground binding of the control. There is a workaround as shown below.

<telerik:RadTabControl>
    <telerik:RadTabItem >
        <telerik:RadTabItem.Header>
            
                <AccessText Text="_Tab 1"
                            Foreground="{Binding RelativeSource={RelativeSource AncestorType=telerik:RadTabItem},
                            Path=Foreground}"/>
        </telerik:RadTabItem.Header>
    </telerik:RadTabItem>
</telerik:RadTabControl>
1 comment
ADMIN
Ralitsa
Posted on: 12 Feb 2019 16:05
Hi, 

The fix for the issue will be available with our service pack(R1 2019 SP1), scheduled for the 20 February 2019. 

Best regards, 
Ralitsa