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

Scrollbar indicator in RealTime mode

6 Answers 148 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Vytautas Smitas
Top achievements
Rank 1
Vytautas Smitas asked on 26 Sep 2009, 09:44 AM
I liked scroll indicator from ScrollModes example with pictures.

What I would like to do is this:
I would like to have RealTime scroll mode for my grid, but when scrolling I would like to show information about item (picture, name) in a control next to the grid view and not in a tooltip (like in Deffered mode). I could not find events which could help me do that.

Thank you for the help ;)

6 Answers, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 01 Oct 2009, 07:59 AM
Hello Vytautas Smitas,

I'm sorry for the late responce.
In the attached project you will find a solution of your requirements.

Let us know if you need more help.

Greetings,
Hristo
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
Vytautas Smitas
Top achievements
Rank 1
answered on 02 Oct 2009, 08:57 AM
Thank you, Hristo :)

That's exactly what I wanted :)

However, I want to ask about ItemsControl.
In my project it returns null and I can't use this solution. I tried reading the documentation and I can't understand what I do wrong, that ItemsControl becomes Null. In your example you don't create any item controls or templates.  
0
Hristo
Telerik team
answered on 02 Oct 2009, 10:26 AM
Hello Vytautas Smitas,

ItemsControl can be null if GridView is template is not loaded. You can use DataLoaded event instead of Loaded (in XAML). In DataLoaded ItemsControl should be populated.

Let me know if this works for you.

Greetings,
Hristo
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
Vytautas Smitas
Top achievements
Rank 1
answered on 02 Oct 2009, 07:44 PM
Thank you again, Hristo

Everything worked just well. 

Keep up the good work & support. ^_^
0
Kennet
Top achievements
Rank 2
answered on 18 Nov 2009, 04:08 PM
"ItemsControl"  method is not in Q3, how use ithis in Q3
0
Milan
Telerik team
answered on 23 Nov 2009, 08:47 AM
Hi Kennet,

The ItemsControl property is no longer available but most of its method and properties were moved to the RadGridView/GridViewDataControl classes.

Greetings,
Milan
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
Vytautas Smitas
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Vytautas Smitas
Top achievements
Rank 1
Kennet
Top achievements
Rank 2
Milan
Telerik team
Share this question
or