Hi,
I have placed a RadRotator control on my form like shown below:
The problem I'm facing is that rotator's right button is not working properly. Left button works properly i.e. when it is done with showing all items it starts showing from first item. But right button unexpectedly shows blank rotator when it is done with showing all items. It doesn't rotate the items properly.
Any help in this regard would be appreaciated.
Thanks,
Priyank
I have placed a RadRotator control on my form like shown below:
<
telerik:RadRotator
ID
=
"AttachmentRadRotator"
runat
=
"server"
RotatorType
=
"ButtonsOver"
Width
=
"572"
Height
=
"118px"
ItemHeight
=
"118"
ItemWidth
=
"145"
FrameDuration
=
"1"
ScrollDirection
=
"Left,Right"
OnClientItemClicked
=
"RadRotatorOnClientItemClicked"
>
<
ItemTemplate
>
<
div
class
=
"itemTemplate"
style="overflow: auto; overflow-y: hidden; vertical-align: top;
height: 85px;">
<
img
runat
=
"server"
src='<% # DataBinder.Eval(Container.DataItem,"AttachImageURL") %>'
id="AttachmentImg" alt="" class="RotatorImage" />
<
br
/>
<
asp:Label
runat
=
"server"
ID
=
"FileNameLabel"
Text='<%# DataBinder.Eval(Container.DataItem, "AttachmentFileName")%>'
CssClass="detailsLabel"></
asp:Label
>
<
asp:HiddenField
ID
=
"VendorAttachmentHidden"
runat
=
"server"
Value='<% # DataBinder.Eval(Container.DataItem,"AttachmentHiddenValues") %>' />
</
div
>
</
ItemTemplate
>
<
ControlButtons
LeftButtonID
=
"LeftSideNavigatorImg"
RightButtonID
=
"RightSideNavigatorImg"
/>
</
telerik:RadRotator
>
The problem I'm facing is that rotator's right button is not working properly. Left button works properly i.e. when it is done with showing all items it starts showing from first item. But right button unexpectedly shows blank rotator when it is done with showing all items. It doesn't rotate the items properly.
Any help in this regard would be appreaciated.
Thanks,
Priyank