Hello Scott Lapp,
Even though we have not implemented similar scenario yet, I think it is achievable. It would require some coding though.
RadCarousel supports UI virtualization, therefore it is possible to bind
RadCarousel to a fairly large list of image files data and then, load the corresponding images on demand.
The main problem would be that
RadCarousel would not notify you for the exact moment to load the corresponding image. The solution here would be to handle the
SelectedIndexChange where it shouldn't be very difficult to implement the dynamic loading of images, when specified carousel item appears in the view.
In fact, I'll try implementing a sample that demonstrates the approach and post it here in a while.
Regards,
Mike
the Telerik team