I am using Telerik Docking Control 2010.3.1314.35. I have set IsPinned=False in docking RadPane, but after loading it is showing animation and then hiding it. Is there any way I can disable this animation?
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
Hi,
Thanks for reply. I already tried using AnimationManager.SetAnimationSelector(dockingcontrol,null) but it didn't work :(
Let me give you some context: I am using telerik:RadDocking, telerik:RadPaneGroup, telerik:RadPane. I am getting opening and closing animation while loading my window on RadPane. This animation is really slow. :( So I want to remove it.
Currently I am using below code to suppress animation. So is their any other option available? AnimationManager.AnimationSpeedRatio = 10000;
0
Miroslav Nedyalkov
Telerik team
answered on 31 Aug 2011, 08:35 AM
Hi Vikas,
The approach Konstantina suggested should work correctly. Could you please open a support ticket and send us a sample project the demonstrates this matter? This way we will be able to investigate what exactly goes wrong.
Best wishes,
Miroslav Nedyalkov
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward!
We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>