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

Row Border... (URGENT)

1 Answer 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sachin jagtap
Top achievements
Rank 1
sachin jagtap asked on 09 Jun 2010, 05:37 PM
Hi, 

I want to put a border to row along with row details. i.e the border covering row and row details...

Thanks,
Sachin

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 10 Jun 2010, 08:47 AM
Hello sachin jagtap,

 You just need to add the following global style:

<Window.Resources>
    <Style TargetType="telerik:GridViewRow">
        <Setter Property="BorderBrush" Value="Red"/>
        <Setter Property="BorderThickness" Value="2"/>
    </Style>
</Window.Resources>

Sincerely yours,
Yavor Georgiev
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.
Tags
GridView
Asked by
sachin jagtap
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or