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

[Solved] Scroll Bar Row Indicator

3 Answers 125 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Philip
Top achievements
Rank 1
Philip asked on 22 Sep 2009, 02:39 PM
Hello,

I am encountering an issue with what I can only think to call the vertical scrollbar row indicator. I am referring to the small box that appears next to the scrollbar on a scroll that indicates which row you are currently on. Here is my issue: the indicator is keyed to the first cell in a row, which isn't a problem. What causes a problem, however, is that the first cell in my row is a Guid, which is a string of characters and numbers that is translated and displayed as a specific name in my grid. The indicator, however, is not translating the guid, and is instead displaying it as a unidentifyable string.

If I could access this indicator, I could figure out how to fix the issue, but I don't know what it's called, or how to get a hold of it. This is what I hope to recieve help on here. If someone could tell me how to access this idicator, or if they have some other fix for my problem, I would be very appreciative.

Thanks to everyone for their time,

Philip

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 23 Sep 2009, 06:38 AM
Hi Philip,

You can provide your own template easily similar to this demo:
http://demos.telerik.com/silverlight/#GridView/Scroll

In our latest internal build you can find also direct template property to achieve the same.

All the best,
Vlad
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
Philip
Top achievements
Rank 1
answered on 23 Sep 2009, 02:56 PM
Thank you for your quick reply.

Is there a way to remove the indicator altogether?
0
Vlad
Telerik team
answered on 24 Sep 2009, 06:43 AM
Hello Philip,

You can set ScrollMode="RealTime" and the grid will not show this.

All the best,
Vlad
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.
Tags
GridView
Asked by
Philip
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Philip
Top achievements
Rank 1
Share this question
or