Won't Fix
Last Updated: 16 Jun 2023 10:32 by ADMIN
The column binding context is not cleared when setting the Binding Context to null on the DataGrid control.
Won't Fix
Last Updated: 02 Mar 2023 10:10 by ADMIN

BackgroundColor is not applied property when DynamicResource is used and button enabling state is changed

<Style TargetType="telerik:RadButton" x:Key="MyTelerikButtonStyle">
            <Setter Property="TextColor" Value="{DynamicResource MyPrimaryColor}" />
            <Setter Property="BackgroundColor" Value="{DynamicResource MySecondaryColor}" />
            <Style.Triggers>
                <Trigger TargetType="telerik:RadButton" Property="IsEnabled" Value="false" >
                    <Setter Property="BackgroundColor" Value="Gray" />
                </Trigger>
            </Style.Triggers>
</Style>

WORKAROUND:

Use StaticResource:

 <Setter Property="TextColor" Value="White" />
 <Setter Property="BackgroundColor" Value="Green" />

Won't Fix
Last Updated: 25 Oct 2022 13:01 by ADMIN
 RadComboBox missing arrow icon in window when create publish with 

 -p:SelfContained=true -p:WindowsAppSDKSelfContained=true