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

How to strip all the fancy stuff from the combo box control?

5 Answers 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
boris
Top achievements
Rank 1
boris asked on 19 May 2010, 02:44 PM
Hello,
For the purposes of my project I need to have a simple white combo box control with no animation or styling on it, but I am not sure how to accomplish that with RadComboBox...
plz help :(

5 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 20 May 2010, 08:31 AM
Hello boris,

The animations in RadComboBox can be turned off by setting the following attached property:

animation:AnimationManager.IsAnimationEnabled="False"

where

xmlns:animation="clr-namespace:Telerik.Windows.Controls.Animation;assembly=Telerik.Windows.Controls"

As for the eye candy removal, you should modify the control template of RadComboBox, following the instructions below:
http://www.telerik.com/help/silverlight/common-styling-appearance-edit-control-templates-blend.html

All the best,
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
boris
Top achievements
Rank 1
answered on 20 May 2010, 09:35 AM
Hi Valeri, 
Thank you for your reply.
However, I cannot use your advice since we don't use blend.. :(

0
boris
Top achievements
Rank 1
answered on 21 May 2010, 09:54 AM
If you could provide me a template that I can edit manually, I would be very grateful :)
0
Accepted
Valeri Hristov
Telerik team
answered on 21 May 2010, 11:32 AM
Hello boris,

Please, find attached the XAML of the default (Office_Black) theme of RadComboBox. The rest of the themes can be found in the installation folder of RadControls for Silverlight, in subfolder Themes.

Kind regards,
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
boris
Top achievements
Rank 1
answered on 21 May 2010, 05:00 PM
Hi Valeri, 
Thank you for your help :)
Tags
ComboBox
Asked by
boris
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
boris
Top achievements
Rank 1
Share this question
or