Hello
Craig,
The background color of the
RadRibbonGroup comes from the
GroupChrome element in its ControlTemplate. In order to change that color you could edit the
ControlTemplate of the
RadRibbonGroup and set
Background of the GroupChrome to be template bound to the background of the group like follows:
doing so you will be able to set background to the RadRibbonGroup and it will be applied to its chrome. We will consider that improvement for one of our next internal build.
However there is another approach, you could use an Implicit style targeting the
GroupChrome and change its
Background. Please note that doing so all of your
RadRibbonGroups will have the same color and you will not be able to have different background colors for different groups.
I hope this information helps.
Kind regards,
Kiril Vandov
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.