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

ExtraLines in GridView

0 Answers 343 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sergiy
Top achievements
Rank 1
Sergiy asked on 10 Dec 2012, 09:36 PM
Hello, I have got the following style for my grid.

<Style TargetType="{x:Type t:RadGridView}" x:Key="OverrideDefaultGridViewStyle">
    <Setter Property="GridLinesVisibility" Value="None"/>
    <Setter Property="RowHeight" Value="50"/>
    <Setter Property="ColumnBackground" Value="White"/>
        <Setter Property="RowIndicatorVisibility" Value="Collapsed"/>
        <Setter Property="ShowGroupPanel" Value="False"/>
        <Setter Property="CanUserFreezeColumns" Value="False"/>
        <Setter Property="CanUserReorderColumns" Value="False"/>
</Style>

Could you explain, how can I get rid of extra lines (see attached file)?
These lines appear, when I am selecting cell(row). I think it's selected row.
How to disable selecting cell border (gray border)?
Thank You

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Sergiy
Top achievements
Rank 1
Share this question
or