
I want to have the same functionality as this one without the thumbnails but with auto advance.
Thanks
Clint
7 Answers, 1 is accepted

I am not sure about any default funcationality to accomplish the appearance when using RadRotator. But you can customize the RadRotator to simlate same functionality.
You could place div in side ItemTemplate of RadRotator and populate it with the description. Now in the "OnClientMouseOver" event, make the div visible; also hide it in "OnClientMouseOut" event.
Hope this suggestion helps
Thanks,
Princy.

Could you, please, elaborate more on what exactly do you refer to as overlay? If that is a custom DOM element added after a client-side event, then just removing this DOM element should do the trick.
Kind regards,
Niko
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Thans in advence!
Please, provide more information about the issues you are experiencing. Before that however I should ask you to open a new support ticket and add a sample project or at least the setup you are working with so that I can investigate in details what the issue is. Also it is a good practice to avoid off-topic posts as they may mislead other community members.
Kind regards,
Niko
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

when i am making a test, first it shows 3 interal pictures.
if i continue to click the up/down button, it remains fine with 3 interal pictures.
However, if i make quick change between the up & down button, it will appear 2 interal & 2 half pictures (integrity).
Attached are 2 pictures captured: 1st is normal & 2nd is error, pls make a contrast and advise.
Please, make sure that you have specified correct values for Width/Height ItemWidth/ItemHeight properties of the RadRotator control. They should be present in order to provide adequate dimensions for calculating the positioning and animations.
If the issue persists, I will need a sample project that demonstrates the issue, so that I can investigate what may be causing it.
Hope this helps.
All the best,
Niko
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.