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
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>
<StyleTargetType="telerik:GridViewRow">
<SetterProperty="BorderBrush"Value="Red"/>
<SetterProperty="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.