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

[Solved] Colors changed after Migration to 8.1

1 Answer 66 Views
Grid for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andi
Top achievements
Rank 1
Andi asked on 02 Dec 2013, 09:49 AM
Hi there,
we are using the new Windows 8.1 version of your RadDataGrid and now the grid does look different.
Here are colors we override in our ressource:
<!--Telerik Overrides-->
<SolidColorBrush x:Key="TelerikGridHeaderBackgroundBrush" Color="{StaticResource BackgroundColor}" Opacity="0.9"/>
<SolidColorBrush x:Key="TelerikGridBorderBrush" Color="Transparent" />
<SolidColorBrush x:Key="TelerikGridShadowBrush" Color="Transparent" />
<SolidColorBrush x:Key="TelerikGridInnerShadowBrush" Color="Transparent" />
 
<!-- Telerik Styles -->
<!-- GridStyles -->
<Style x:Key="TelerikGridColumnHeaderStyle" TargetType="gridPrimitives:DataGridColumnHeader">
    <Setter Property="Background" Value="{StaticResource TileBackgroundBrush}" />
    <Setter Property="Foreground" Value="{StaticResource ForegroundColor}" />
</Style>

In windows 8 the grid looked like this.
After we moved to windows 8.1 version of RadDataGrid the header changed like this.

Seems that the style "TelerikGridColumnHeaderStyle" is no more used.

Any ideas how to get back our windows 8 style ?

Thank you,
Andi

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 03 Dec 2013, 12:31 PM

Hello Andi,

Thank you for contacting us.

In Windows 8.1 the Telerik named resources are resolved in a different way. You can take a look at this article from our online documentation where it is explained how to override the resources in 8.1.

I hope this was useful. Please, let us know if you have further questions.

Regards,
Rositsa Topchiyska
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Grid for XAML
Asked by
Andi
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or