This is a migrated thread and some comments may be shown as answers.

Issues with the border of the column group

1 Answer 40 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Okwood
Top achievements
Rank 1
Okwood asked on 20 Oct 2013, 07:17 AM
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:
<Style TargetType="CommonColumnHeader">
    <Setter Property="BorderBrush" Value="LightGray"/>
    <Setter Property="Background" Value="White"/>
</Style>

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 21 Oct 2013, 05:26 PM
Hi Okwood,

You can check this help article which demonstrates how to style GridView's indent cells.

Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Okwood
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or