This question is locked. New answers and comments are not allowed.
I want to change the borderbrush of column group. and already tried the solution provided by this thread: http://www.telerik.com/community/forums/silverlight/gridview/how-to-style-gridviewcolumngroup.aspx
but the problem seems not be solved perfectly. Please see the attached pictures. The left border of the first column group seems that can not be changed as I expected.
The style code:
but the problem seems not be solved perfectly. Please see the attached pictures. The left border of the first column group seems that can not be changed as I expected.
The style code:
<Style TargetType="CommonColumnHeader"> <Setter Property="BorderBrush" Value="LightGray"/> <Setter Property="Background" Value="White"/></Style>