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

just can't seem to figure these out...

1 Answer 32 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
lkeel
Top achievements
Rank 1
lkeel asked on 20 Jul 2011, 10:25 PM
I have a couple of questions about some of the functionality of the rotator when in coverflow.

1) Is there a specific property to turn on to allow the reflection?  I have set the rotatortype to coverflow but there is no reflection.

2) I have taken the code from the coverflow sample here.  But I want to add functionality such that when the user double clicks the picture that is currently being shown, then I want to show that picture in a larger image.

Thanks in advance,
Lee

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 21 Jul 2011, 10:42 AM
Hello Lee,

In order to successfully enable Coverflow mode, please verify that you have configured properly the following:
1. Telerik.Web.UI.RadRotatorAnimation.set_scrollAnimationOptions is added in the client-side section of your page.
2. The Height property of RadRotator is set to high enough value to accommodate both the images and their reflection.

As for showing a larger picture, when an item of the RadRotator is double clicked, you can achieve this by using the ondblclick attribute of the image HTML element in the ItemTemplate. Please use the sample project I attached as a reference to incorporate this functionality in your actual project. Also note that for the purpose of demonstration I used the same image with greater width to display the double-clicked one, but for your project it will be better to have separate size, so that the quality of the bigger image is not spoiled.

I hope that you will successfully resolve your issues with the provided information.

All the best,
Slav
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Rotator
Asked by
lkeel
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or