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

RadModalWindow default animations with Q3 release

1 Answer 33 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Zik
Top achievements
Rank 2
Zik asked on 05 Dec 2012, 05:18 PM
I have a very simple RadModalWindow defined in xaml:

<telerikPrimitives:RadModalWindow Name="SelectRepeatDays" Placement="CenterCenter"
                         PlacementTarget="{Binding ElementName=LayoutRoot}"
                         IsClosedOnBackButton="True">
    <local:SelectRepeatDaysView DataContext="{Binding SelectRepeatDaysVM}" />
</telerikPrimitives:RadModalWindow>

With the previous Q2 release I got default open and close animations (plane projection I think it's called, horizontal folding/rotate along the X axis).  After upgrading to the Q3 release the open animation does not play, only the close animation does.  It just kind of appears on screen, but when closed it does the nice horizontal rotate along the X axis.  I tried adding a plane projection animation to the OpenAnimation property, both in xaml and in code behind, and while it worked (if a bit jerky) the close animation stopped working.  Adding the same code to the CloseAnimation property didn't fix it - open would play but close would not.

But maybe I did something wrong?  Can you guys check it out and let me know?  Thanks.

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 08 Dec 2012, 12:19 PM
Hello Stephen,

Thanks for writing.
I am afraid that I could not reproduce the behavior you described.
Please have a look at the attached sample project. The modal window opens and closes normally.
Please post a support ticket and send a sample app that reproduces the issue so that I may debug it.

I am looking forward to your reply.

Regards,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Window
Asked by
Zik
Top achievements
Rank 2
Answers by
Victor
Telerik team
Share this question
or