
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 ;)
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
0
Accepted
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.
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.
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
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.
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. ^_^
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
Hi Kennet,
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.
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.