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

RadTabItem Header Not Refresh after Tile is Enabled

1 Answer 84 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Joel
Top achievements
Rank 1
Iron
Joel asked on 27 Aug 2018, 05:34 PM

Telerik version: 2018.2.820.40, Visual Studio 2017, Theme Method = StyleManager, Theme Applied = ExpressionDark, MVVM

  1. When a tile is disabled, all controls within it were disabled.
  2. When a tile is re-enabled, all RadTabItem's Header are not refreshed. It's text foreground remains white color (expect black).
  3. When the tile is Maximized/Minimized, the RadTabItem's Headers are refreshed.
  4. I couldn't reproduce this abnormality in a simple project.

 

<telerik:RadTileView Grid.Row="1" IsEnabled="{Binding CanAccess, Mode=OneWay}"
                     ItemsSource="{Binding TestBoardCollection, Mode=OneWay}"
                     Style="{StaticResource tileStyle}"/>

 

<telerik:RadTabControl ItemsSource="{Binding TestSiteCollection, Mode=OneWay}" IsContentPreserved="True">
    <telerik:RadTabControl.ItemTemplate>
        <DataTemplate>
            <TextBlock Text="{Binding TestSiteName, Mode=OneWay}"/>
        </DataTemplate>
    </telerik:RadTabControl.ItemTemplate>
    <telerik:RadTabControl.ContentTemplate>
        <DataTemplate>
            <ContentControl cal:View.Model="{Binding}"  Margin="0,8,0,0"/>
        </DataTemplate>
    </telerik:RadTabControl.ContentTemplate>
</telerik:RadTabControl>

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 30 Aug 2018, 10:32 AM
Hello Joel,

It is really hard for me to suggest a possible cause and solution to this issue without being able to replicate it at my end.

What I can suggest is for you to try to reproduce the issue in one of the demos available in our SDK Samples Browser. Should you manage to do so, please open a new support ticket from your Telerik account and attach the sample project so that we can further investigate the issue.

Thank you very much for your cooperation on the matter.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TabControl
Asked by
Joel
Top achievements
Rank 1
Iron
Answers by
Dilyan Traykov
Telerik team
Share this question
or