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

Mysterious Box

4 Answers 73 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Philip
Top achievements
Rank 1
Philip asked on 16 Jun 2010, 03:09 PM
We have a small box/button type thing appearing on the right hand side of our grid that shouldn't be there.
Have you seen this before? (I've attached a screenshot)

Thanks

Phil

4 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Jun 2010, 03:13 PM
Hi Phil,

 This is the grid scroll position indicator however I'm not sure why this is visible. By default this should be visible only during deferred scrolling

All the best,
Vlad
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.
0
Philip
Top achievements
Rank 1
answered on 16 Jun 2010, 03:30 PM
Thanks, turned out I had the IsScrolling property set to true somewhere, which is why it was appearing.

Thanks

Phil
0
jonathan
Top achievements
Rank 1
answered on 14 Mar 2011, 04:59 PM
<telerik:RadGridView
                        AutoGenerateColumns="True"
                        x:Name="FormLabelsGrid"
                        ShowGroupPanel="False"
                        IsReadOnly="True"
                        Width="Auto" IsScrolling="True" MaxHeight="180">
                    </telerik:RadGridView>
I get the same box when setting IsScrolling="True".
How do I get rid of this?  Thanks.
0
Vanya Pavlova
Telerik team
answered on 15 Mar 2011, 11:30 AM
Hi Jonathan,

 
The IsScrolling property is used to determine whether the user is currently fast scrolling and it is internally bound to the Visibility property of RadGridView's ScrollPosition indicator. Just remove this property from RadGridView's definition and the issue should be resolved. 

Kind regards,
Vanya Pavlova
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
GridView
Asked by
Philip
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Philip
Top achievements
Rank 1
jonathan
Top achievements
Rank 1
Vanya Pavlova
Telerik team
Share this question
or