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

No Animation

1 Answer 33 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 15 Dec 2010, 06:33 PM
How can I set No animation for the calendar popping up in the RadDatePicker?

I only see Slide and Fade...

1 Answer, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 16 Dec 2010, 10:36 AM
Hi Steve,

In order to disable the animations you need to set the hide/show durations to '0':
<telerik:RadDatePicker ID="StartDateRadDatePicker" runat="server">
    <HideAnimation Duration="0" />
    <ShowAnimation Duration="0" />
</telerik:RadDatePicker>

Kind regards,
Pavel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Calendar
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Pavel
Telerik team
Share this question
or