Hello,
Please find below a definition for a rotator with a viewport of 4 items. 5 items were placed statically inside the rotator. After clicking buttons, in either direction, in the rotator, an empty placeholder is depicted in the rotator image area. Could you please help me in fixing this problem.
Please find below the rotator definition.
<telerik:RadRotator ID="radRotator" runat="server" Width="520px" Height="120px" ItemHeight="120px" ItemWidth="120px" RotatorType="Buttons">
<telerik:RadRotatorItem>
<ItemTemplate>
<asp:Image runat="server" ID="imgRotatorItem" ImageUrl="" Height="120px" Width="120px"/>
</ItemTemplate>
</telerik:RadRotatorItem>
Thanks,
Oner
Please find below a definition for a rotator with a viewport of 4 items. 5 items were placed statically inside the rotator. After clicking buttons, in either direction, in the rotator, an empty placeholder is depicted in the rotator image area. Could you please help me in fixing this problem.
Please find below the rotator definition.
<telerik:RadRotator ID="radRotator" runat="server" Width="520px" Height="120px" ItemHeight="120px" ItemWidth="120px" RotatorType="Buttons">
<telerik:RadRotatorItem>
<ItemTemplate>
<asp:Image runat="server" ID="imgRotatorItem" ImageUrl="" Height="120px" Width="120px"/>
</ItemTemplate>
</telerik:RadRotatorItem>
Thanks,
Oner