4 Answers, 1 is accepted
0
Hello Hans,
You need to set custom template to the RadDropDownButton, where the Popup with x:Name="DropDownPopup" needs to be changed. Please let me know which is the theme that you apply in your application and which is the theming mechanism that you use - StyleManager or implicit themes? What kind of modification do you need? And I will help you further with this.
Regards,
Sia
Telerik
You need to set custom template to the RadDropDownButton, where the Popup with x:Name="DropDownPopup" needs to be changed. Please let me know which is the theme that you apply in your application and which is the theming mechanism that you use - StyleManager or implicit themes? What kind of modification do you need? And I will help you further with this.
Regards,
Sia
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Hans
Top achievements
Rank 2
answered on 21 Jan 2015, 01:46 PM
Hi Sia,
I'm using the Office2013 theme with implicit styles. The popup has a gray border which I'd like to change to another color.
Kind regards
Hans
I'm using the Office2013 theme with implicit styles. The popup has a gray border which I'd like to change to another color.
Kind regards
Hans
0
Hello Hans,
Please find attached a sample solution how to do this. In the custom style I only changed the value of the BorderBrush in the Popup from:
BorderBrush="{telerik:Office2013Resource ResourceKey=HighDarkBrush}"
to:
BorderBrush="Red"
You can remove some of the visual states also to simplify your style if you use only the default PopupPlacementState and DropDownButtonPosition.
Regards,
Sia
Telerik
Please find attached a sample solution how to do this. In the custom style I only changed the value of the BorderBrush in the Popup from:
BorderBrush="{telerik:Office2013Resource ResourceKey=HighDarkBrush}"
to:
BorderBrush="Red"
You can remove some of the visual states also to simplify your style if you use only the default PopupPlacementState and DropDownButtonPosition.
Regards,
Sia
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Hans
Top achievements
Rank 2
answered on 23 Jan 2015, 08:47 PM
Hi Sia,
Got it. Thank you so much for your help! :-)
Have a good weekend.
Got it. Thank you so much for your help! :-)
Have a good weekend.