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

Gridview scrolling

2 Answers 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jhansirani Sarvamohan
Top achievements
Rank 1
Jhansirani Sarvamohan asked on 30 Dec 2009, 07:04 PM
In my gridview, I set GridLinesVisibility to "None".  When the grid is displayed, there is no gridline displayed.  But as I scroll the grid, horizontal grid lines appear.  I noticed that if I change the grid theme to default "Office_Black", it works fine.  If I change it to any other theme, horizontal gridlines appear as I scroll.

 

 

        <telerikGrid:RadGridView Name="radGridEmployeeList" ItemsSource="{Binding}" CanUserFreezeColumns="False"   
                                 AutoGenerateColumns="False"   
                                 IsReadOnly="True" telerik:Theming.Theme="Windows7" 
                                 ShowGroupPanel="False" IsFilteringAllowed="False" Background="#327494"   
                                 FontSize="19" GridLinesVisibility="None"   
                                 Width="550">  
            <telerikGrid:RadGridView.Columns> 
                <telerikGrid:GridViewDataColumn UniqueName="EmpName" Width="275"/>  
                <telerikGrid:GridViewDataColumn UniqueName="Department" Header="Department" Width="150" /> 
            </telerikGrid:RadGridView.Columns> 
        </telerikGrid:RadGridView> 

 

 

 

 

 

 

2 Answers, 1 is accepted

Sort by
0
Kalin Milanov
Telerik team
answered on 04 Jan 2010, 01:11 PM
Hello Jhansirani Sarvamohan,

I was unable to reproduce the problem you are having either locally on our online example. Could you please send me your project where this problem appears so we can investigate this further.

Greetings,
Kalin Milanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jhansirani Sarvamohan
Top achievements
Rank 1
answered on 04 Jan 2010, 05:28 PM
Hi Kalin,
I am not able to reproduce it after I installed the latest internal build.  Looks like the issue is fixed now.  I had previously installed 2009.3 1103 version.

Thanks
Jhansi 
Tags
GridView
Asked by
Jhansirani Sarvamohan
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Jhansirani Sarvamohan
Top achievements
Rank 1
Share this question
or