5 Answers, 1 is accepted
As far as I can understand, you want to have details information displayed in each carousel item for a particular item from the source collection. Am I right or am I missing something ? If so, you can customize the template of CarouselItem as illustrated in this article.
Considering the searching functionality, you should implement it on your own so that it run through all the items, find the one you want and call BringDataItemIntoView method of carousel for example.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Would I be able to construct a property grid and make it the item template for the carousel?
Will there be any concern about performance? Can the carousel scroll in "Ultra-Fast-Forward" or "Ultra-Fast-Backward" mode so the items would fly by so fast they cannot be read? The users need to zoom around quickly.
I am attaching a sample project that illustrates how you can change directly the ItemTemplate of the carousel and place property grid inside. Is that the behavior that you require ?
Considering the performance, it mainly depends on the elements you will place inside (whether there are heavy controls like RadGridView for example) and the number of items you will have. Still, in the common case, there should be no troubles with that.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Thanks
Error 6 The tag 'RadCarousel' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.
Error 13 The type 'telerik:RadPropertyGrid' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
You can check out all controls dependencies in our documentation.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.