Hi,
I'm trying to migrate from RadScheduler to RadscheduleView and I'm on version 2012.1.326.40 right now.
Due to very heavy appointment templates I have to deactivate the animations when transitioning, because they hang for a long time even on the fastest machines.
This was easy to do, but somehow this stopped to work with 2012.1.
I tried without success:
-Telerik.Windows.Controls.Animation.AnimationManager.IsGlobalAnimationEnabled = false;
-Telerik.Windows.Controls.Animation.AnimationManager.SetIsAnimationEnabled(UIscheduler, false);
-telerik:AnimationManager.IsAnimationEnabled="False"
How can I disable these animations?
Any help would be highly appreciated.
Best Regards
Steffen