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

Fluent Theme Popups on non Win10 Clients

1 Answer 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 07 Feb 2018, 08:25 PM

I am having an issue where on non Win10 clients the popups are completely transparent which leads to unreadable lists in the column filter control.  This is my main area of concern.  Is there anyway to override the background of that control, and if so can you provide an example?

 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 08 Feb 2018, 01:20 PM
Hello,

I confirm that the popups remain transparent even if you try to stop the acrylic effect by using ThemeEffectsHelper.IsAcrylicEnabled. Please follow the public item, so you can be updated about its progress. Meanwhile let me know whether the implicit style work on your end:
<Style TargetType="telerik:FilteringControl" BasedOn="{StaticResource FilteringControlStyle}">
    <Setter Property="Background" Value="{telerik:FluentResource ResourceKey=AlternativeBrush}" />
</Style>

Regards,
Sia
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
General Discussions
Asked by
Kevin
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or