Hi
Warrick,
You should be able to insert the KendoUI Charts in the
ItemTemplate of RadRotator with a similar approach as the one that is shown in the following demo:
http://demos.telerik.com/aspnet-ajax/rotator/examples/richcontent/defaultcs.aspx. The demo itself does not include charts, nevertheless the approach should be the same regardless of the content of the items.
As for refreshing the data source of the charts in the next rotator items, this needs to be handled additionally, because the rotator does not modify the content if its items. You could use the
OnClientItemShown event in order to detect when a new item is shown and to update the charts inside manually:
http://demos.telerik.com/aspnet-ajax/rotator/examples/clientapi/defaultcs.aspx
Regards,
Slav
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.