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

Anyway to turn off animation?

2 Answers 65 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 19 Nov 2009, 07:35 PM
If user is on RDP the animation slows down the overall process since it re-display each frame of animation over RDP.
This is referring to the calendar dropdown animation.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 20 Nov 2009, 07:50 AM
Hello Lenny,

You can turn off animations by setting their duration to zero.

<telerik:RadDateTimePicker ID="RadDateTimePicker1" runat="server">
    <HideAnimation Duration="0" />
    <ShowAnimation Duration="0" />
    <Calendar>
        <FastNavigationSettings>
            <HideAnimation Duration="0" />
            <ShowAnimation Duration="0" />
        </FastNavigationSettings>
    </Calendar>
</telerik:RadDateTimePicker>


Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Lenny_shp
Top achievements
Rank 2
answered on 21 Nov 2009, 03:03 AM
Thanks that worked great, except what does this one do, it doesn't seem I need it.  

     <FastNavigationSettings>
            <HideAnimation Duration="0" />
            <ShowAnimation Duration="0" />
     </FastNavigationSettings>
Tags
Calendar
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Lenny_shp
Top achievements
Rank 2
Share this question
or