Telerik's new ASP.NET AJAX Coverflow Image Rotator

This morning I attended the Telerik webinar, "What's New in Q3 2010." It included new features in the ASP.NET AJAX, MVC, and OpenAccess ORM components.

I have been waiting for this one for a long time: an ASP.NET Ajax Coverflow option on the Image Rotator. Telerik has had a Coverflow for their Silverlight controls, but now you can use this feature without using Silverlight.

To enable the coverflow mode, simply set the RotatorType as CoverFlow in your code in front or codebehind:

RadRotator1.RotatorType = RotatorType.CoverFlow;
[SIGNATURE]

1 Comment

Comments have been disabled for this content.