Completed
Last Updated: 29 Mar 2018 08:41 by ADMIN
ADMIN
Martin
Created on: 25 Jan 2018 12:27
Category: GridView
Type: Bug Report
2
GridView: FilteringControl background is not changed when acrylic is disabled in Fluent theme
An implicit style could be added:

<Style TargetType="telerik:FilteringControl" BasedOn="{StaticResource FilteringControlStyle}">
   <Setter Property="Background" Value="{telerik:FluentResource ResourceKey=AlternativeBrush}" />
</Style>
4 comments
ADMIN
Martin
Posted on: 29 Mar 2018 08:41
As for the RadGlyph's properties, they are indeed Dependency Properties, so the warnings should not prevent it from working. However, we will investigate it further.
ADMIN
Martin
Posted on: 29 Mar 2018 08:36
The fix for the backgrounds of the FilteringControls in RadGridView and RadVirtualGrid is available with the 2018 SP2.
Kevin
Posted on: 15 Feb 2018 17:40
I saw something that this was fixed, any estimate when it will be released?  And as a Service Pack or Hot fix?
Kevin
Posted on: 08 Feb 2018 16:47
We don't use the implicit themes.  It appears that not all the implicit theme files work.  For instance, whenever a file has a RadGlyphStyle, it doesn't like the:
<Setter Property="Font" Value="TelerikWebUI"/>
        <Setter Property="FontSize" Value="16"/>
        <Setter Property="VerticalAlignment" Value="Center"/>
        <Setter Property="HorizontalAlignment" Value="Center"/>

It says that they are not dependency properties....