Hi Nigel,
Thank you for contacting us.
You can easily achieve the desired appearance. The best way to apply a theme across your whole application (on form basis) is to use
ThemeResolutionService. Further, you might apply a different theme to a particular control through setting the
ThemeName property of this control. Considering your example the
BreezeExtended theme will be applied to all controls in your application except from the two RadButtons. The following code snippet illustrates this approach:
Please note that it is very important for your application to use the
BreezeExtended theme instead of the
Breeze theme. Once you switch to
BreezeExtended you will be able to load this theme in our Visual Style Builder tool and modify the
ButtonFill (FillPrimitive) of the RadButton. With only a few clicks you can modify the
BreezeExtended theme and create two versions - one with green background and the other with red. For more information about how to use the Visual Style Builder please refer to the following
tutorial and
video materials. Further, you can apply the custom themes to the two buttons using the approach described above.
I hope you find this helpful. Please let me know if you experience any difficulties.
All the best,
Boryana
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.