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

[Solved] Cell style remove the border

1 Answer 177 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.
vika
Top achievements
Rank 1
vika asked on 27 Jan 2011, 06:28 PM
I want to remove the Black border that appears on the cell when i do a mouse click on it ?
Attach is a image . If i need to modify the template where can i find it ?

I have already  disabled the row selection color by modifying the row template and setting Background_Selected to Visibility=Collapsed

 

 

 

<Border x:Name="Background_Selected" Visibility="Collapsed" BorderBrush="{StaticResource ItemOuterBorder_Selected}" BorderThickness="1" Grid.ColumnSpan="2" Grid.Column="2" CornerRadius="1" Margin="1,1,1,2" Opacity="0">

 

 

 

 

 

<Border BorderBrush="{StaticResource ItemInnerBorder_Selected}" BorderThickness="1" Background="{StaticResource ItemBackground_Selected}"/>

 

 

 

 

 

</Border>

 

 

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 28 Jan 2011, 08:06 AM
Hello vika,

I am sending you a sample project illustrating how you may predefine the Style so that to remove the border surrounding the current cell.
 

Regards,
Maya
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
GridView
Asked by
vika
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or