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

Remove the ScrollPositionIndicator tooltip entirely

1 Answer 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 18 Feb 2013, 10:01 AM
Hello,

I have a RadGridView and need to remove tooltip that appears when scrolling using the slider bar; I think it is called the ScrollPositionIndicator. I have managed to change the column it targets with a new ScrollPositionIndicatorTemplate but I am struggling to remove it entirely. Is there a property I can set to false to make this tooltip not visible?

thanks

1 Answer, 1 is accepted

Sort by
0
Alex
Top achievements
Rank 1
answered on 20 Feb 2013, 09:45 AM
The reason this appears on a RadGridView is because ScrollMode="Deferred". If you take that off and let it default to "RealTime" no tooltip is shown.
Tags
GridView
Asked by
Alex
Top achievements
Rank 1
Answers by
Alex
Top achievements
Rank 1
Share this question
or