WPF RadTransitionControl stopped working in 2022 release

1 Answer 56 Views
TransitionControl
almostEric
Top achievements
Rank 1
Iron
Iron
almostEric asked on 12 Feb 2022, 11:37 AM

Hi,

This used to work:

<telerik:RadTransitionControl
            HorizontalContentAlignment="Stretch"
            VerticalContentAlignment="Stretch"
            Margin="10,0,0,0"
            Content="{Binding EventContent}">
            <telerik:RadTransitionControl.Transition>
                <telerikTransitions:RollTransition IsRollOut="True" IsTopToBottom="False" />
            </telerik:RadTransitionControl.Transition>
        </telerik:RadTransitionControl>

with 2022 update the control no longer shows *anything*

For testing, I hardcoded the Content:

        <telerik:RadTransitionControl
            HorizontalContentAlignment="Stretch"
            VerticalContentAlignment="Stretch"
            Margin="10,0,0,0">
            <TextBlock Foreground="Aqua" FontSize="44">This is a test</TextBlock>
            <telerik:RadTransitionControl.Transition>
                <telerikTransitions:RollTransition IsRollOut="True" IsTopToBottom="False" />
            </telerik:RadTransitionControl.Transition>
        </telerik:RadTransitionControl>

This showed the textbox while in Design mode, but when the app ran, nothing was displayed

 

almostEric
Top achievements
Rank 1
Iron
Iron
commented on 12 Feb 2022, 03:33 PM

I rolled back to R2021.3.1109.45 and it works again.

These updates are getting more and more painful :/
almostEric
Top achievements
Rank 1
Iron
Iron
commented on 16 Feb 2022, 11:44 AM

tap...tap...tap... anyone from Progress/Telerik here?

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 16 Feb 2022, 02:24 PM

Hello Eric,

Thank you for the shared code snippets. 

I tested the scenario in a sample project referencing the 2022.1.117 version of the dlls on my end, however the RadTransitionControl is displayed as intended. You can check out the attached sample project, which I used for testing. 

Note, that if the NoXaml dlls are used, a theme dll must be referenced and also all of the required resource dictionaries must be merged in order for the controls to be displayed. You can check, which version of the dlls is being used by following these tips

I hope you find this helpful. Let me know, if I can be of any further assistance. 

Regards,
Vladimir Stoyanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
TransitionControl
Asked by
almostEric
Top achievements
Rank 1
Iron
Iron
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or