This question is locked. New answers and comments are not allowed.
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:
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
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