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

How to show the horizontal lines in radgridview

0 Answers 61 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pranavi
Top achievements
Rank 1
Pranavi asked on 16 Dec 2013, 12:15 PM
 
I have used below code to show the horizontal line for reports  in RadGridview ...

 <Style TargetType="telerik:GridViewGroupFooterCell" x:Key="MyGridViewGroupFooterCell" >
            <Setter Property="Background" Value="White"/>
            <Setter Property="BorderThickness" Value="0,1,0,0"/>
            <Setter Property="BorderBrush" Value="Black"/>
            <Setter Property="VerticalAlignment" Value="Top"></Setter>
        </Style>

see the two attachment files. 1. With out lines. 2. With Lines

when i open my report it is not showing lines...if i move the any row to right side....then only horizontal line are coming.

Let me know how can i show the lines without doing any events....





No answers yet. Maybe you can help?

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