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

ComboBox DropDown Animation

7 Answers 184 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Lars Johansen
Top achievements
Rank 1
Lars Johansen asked on 21 Oct 2009, 11:07 AM
Hi,

I have been looking for: (sorry - still new in here)

How do I change the dropdown animation for the combobox.

Instead of the slidedown - I would like the fade in and out like on the demo page.

/Lars

Using RadControls for Silverlight 2009.2 812

7 Answers, 1 is accepted

Sort by
0
Lars Johansen
Top achievements
Rank 1
answered on 22 Oct 2009, 12:11 PM
Going from Q2 2009.2 812 -> Q3 2009.3.1019.1030
Changed the animation from a slide down/up to a Fade in/out

Is it possible to select the animation type ?

/Lars
0
Valeri Hristov
Telerik team
answered on 23 Oct 2009, 06:47 AM
Hi Lars,

Unfortunately RadComboBox does not allow changing its dropdown animation. In Q3 Beta there is a bug in the control that prevents us from using slide animation, hence we switched to fade. I hope that we will be able to find a solution by Q3 and revert to slide again. I will add this feature to the product backlog and we will consider it when planning the upcoming release.

Best wishes,
Valeri Hristov
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
Lars Johansen
Top achievements
Rank 1
answered on 27 Oct 2009, 09:47 AM
The slide of the RadComboBox is way to slow - thats why I prefer the fade in/out.
Please give me the possibility to choose.

/Lars
0
Valeri Hristov
Telerik team
answered on 27 Oct 2009, 01:10 PM
We will add properties for configuring the animation speed and probably the easing function to be used.

Kind regards,
Valeri Hristov
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
Anton Swanevelder
Top achievements
Rank 2
answered on 21 Sep 2010, 10:22 AM
Hi Telerik,

Is there any indication to when this feature will be delivered, I would like to switch off animation all together, it is just too slow for a business application.

Thanks,

Anton
0
Valeri Hristov
Telerik team
answered on 21 Sep 2010, 12:11 PM
Hello Anton,

I already answered your support ticket, but I will paste my answer here in case someone else has the same question:
You can completely turn off the animations in RadComboBox (as in most of the Telerik controls) by setting the AnimationManager.IsAnimationEnabled attached property:

<telerik:RadComboBox telerik:AnimationManager.IsAnimationEnabled="false" ... />

There is also a property of AnimationManager that completely disables the animations across the application (should be set somewhere in the code-behind, for example in App.xaml.cs):
AnimationManager.IsGlobalAnimationEnabled=false;

In addition, you could customize the animations' spped and easings of the controls that support Telerik AnimationManager by attaching an AnimationSelector. You could see how it's done in our control styles.

Best wishes,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Anton Swanevelder
Top achievements
Rank 2
answered on 21 Sep 2010, 01:45 PM
Fantastic! Thank you very much!
Tags
ComboBox
Asked by
Lars Johansen
Top achievements
Rank 1
Answers by
Lars Johansen
Top achievements
Rank 1
Valeri Hristov
Telerik team
Anton Swanevelder
Top achievements
Rank 2
Share this question
or