Posted 11 Dec 2012 Link to this post
<
Style
x:Key
=
"GridViewGroupPanelItemStyle"
TargetType
"telerik:GridViewGroupPanelItem"
>
Setter
Property
"Background"
Value
"Red"
/>
"Foreground"
"Green"
</
"RadGridViewDefaultStyle"
"telerik:RadGridView"
"GroupPanelItemStyle"
"{StaticResource GridViewGroupPanelItemStyle}"
I would suggest you to use GridViewGroupPanelCell instead. See the code bellow:
"telerik:GridViewGroupPanelCell"
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Posted 12 Dec 2012 Link to this post
ControlTemplate
"GridViewGroupPanelItemTemplate"
TextBlock
Text
"Test"
"Template"
"{StaticResource GridViewGroupPanelItemTemplate}"
Posted 14 Dec 2012 Link to this post
I have tested this and it seems to be working fine on my side. Would you please refer to the attached test project and tell us whether there are any relevant differences between your approach and mine.
Unfortunately this is not supported when a theme different from OfficeBlack is applied through the StyleManager approach. I would propose you to use our new ImplicitStyles-based theming mechanism, which overcomes a lot of former problems and is quite easier for customizations. Here is a help article on this matter.