I work with Fred and have another bit of info regarding the above post.
The HTML built by the RadRotator does not have the correct width on the <ul element. When it isn't working it generates a small width like 76px below causing items to wrap one below each other showing the first item but all others are stacked under it, all but the first is not displayed:
<ul class="rrItemsList" style="width: 76px; height: 103px; position: relative; left: 0px; top: 0px;">
When it works it creates one with a width of 726px:
<div id="ctl00_cphBody_QuickReportsForm_QuickReportsRadRotator" class="RadRotator RadRotator_Web20" style="height: 100px; width: 100%; visibility: visible;">
<!-- 2016.1.113.45 --><div class="rrRelativeWrapper" style="height: 102px; width: auto;">
<div class="rrClipRegion" style="margin-left: 20px; margin-right: 20px; overflow: hidden; width: auto; height: 100px; position: relative;">
<ul class="rrItemsList" style="width: 726px; height: 103px; position: relative; left: 0px; top: 0px;">
<li class="rrItem"><div id="ctl00_cphBody_QuickReportsForm_QuickReportsRadRotator_i0">
<img id="ctl00_cphBody_QuickReportsForm_QuickReportsRadRotator_i0_QuickReportsControl" title="Cite Analysis" class="QRThumbnails" src="../Telerik.Web.UI.WebResource.axd?imgid=c595e4bbe6df42cca17f161175194f71&type=rbi" alt="46" style="height:212px;width:275px;">
</div></li><li class="rrItem"><div id="ctl00_cphBody_QuickReportsForm_QuickReportsRadRotator_i1">
We tried repainting RadRotator in JavaScript, changing Ajax and Ajax Proxy settings, changing RadRotator parameters, forcing a refresh of RadRotator in code behind, changing widths, placing in additional div tags with various column settings, and several other things but haven't found the answer yet.
Regards,
John