Completed
Last Updated: 02 Apr 2018 10:03 by ADMIN
ADMIN
Dilyan Traykov
Created on: 26 Mar 2018 12:23
Category: Buttons
Type: Bug Report
1
Buttons: RadioButton looks disabled when in unfocused state - Fluent theme
The current workaround we can offer is to define the following style for the RadioButton element:

			<Style TargetType="RadioButton" BasedOn="{StaticResource RadioButtonStyle}">
				<Style.Triggers>
					<Trigger Property="IsChecked" Value="True">
						<Setter Property="BorderBrush" Value="{telerik1:FluentResource ResourceKey=AccentBrush}" />
					</Trigger>
				</Style.Triggers>
			</Style>

Where 
        xmlns:telerik1="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
1 comment
ADMIN
Ralitsa
Posted on: 02 Apr 2018 10:03
Hi, 

The fix will be available in our next official version – R2 2018, scheduled for the middle of May.

Best regards,
Ralitsa Kumanova