Hello David Ribb,
The logic of the Carousel is that the Items are shown in the beginning only if their number is equal or larger than the number specified for their appearance in the CarouselPanel. If the sum of the Items is smaller, then the animation at the beginning does not show.
A possible solution is to add event raised on the Carousel Loading and you may use either the method of the Carousel Panel - MoveBy(1), or PageDown(). Below is shown the code snipped with the two possible solutions:
The parameter in the method MoveBy() depends on the design of your Carousel.
Best wishes,
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.