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

Issue of Horizontal Scrollbar

1 Answer 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Xu Sheng Li
Top achievements
Rank 1
Xu Sheng Li asked on 11 Mar 2010, 07:20 PM
<telerik:RadGridView Name="playersGrid" Width="Auto" Height="Auto" HorizontalAlignment="Left" VerticalAlignment="Top" IsReadOnly="True" 
                                   ShowGroupPanel="False" RowIndicatorVisibility="Collapsed" ShowColumnFooters="True" CanUserReorderColumns="False" > 
                        </telerik:RadGridView> 
Hi,

I have a RadPane contains a RadGridView. By default, all the columns' IsVisible are true.However I hide some columns with setting the IsVisible to false  from codebehind based on some business logic.

The problem is: after I hide those colume, and resize the RadPane, gridView's horizontal scrollbar's color always yellow, and it will scroll with mouse position even if the mouse does not click scrollbar.

How to repeat:
 1. Make Gridview has horizontal scrollbar before hiding columns, and resize the RadPane's width (keep the horizontal scrollbar appearing, and width is bigger then gridview's width after hiding columns )
2. click button ( or other method) to hide some columns. now the horizontal scrollbar is still appear (is it a bug?)
3. move the horizontal scrollbar, then the bar disappeared.
4, resize the radPane smaller, the horizontal scrollbar appear again, but has problem.

Thanks.
Xusheng

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 17 Mar 2010, 01:50 PM
Hi Xu Sheng Li,

I was able to reproduce your problem. It happens when ShowColumnFooters property is set to true. We are currently working on a fix for this which will be available in one of our next latest internal builds. I have created a PITS item (#1399) that you can use to track the progress of this issue. I have also updated your Telerik points for this bug report.

Sincerely yours,
Stefan Dobrev
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.
Tags
GridView
Asked by
Xu Sheng Li
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or