I am customizing rotator, i have looked into pager integration in demos at telerik but my requirement is a little bit different. I want to add navigation links to the bottom of the rotator control as highlighted in the attached document, so that when hover it will take end-user to the hovered slide as well as when not hovered on any navigation link at the bottom of the rotator it will retain its slide show. Hope i clear myself on this. Rest of the work is done except the navigation links at the bottom of the rotator. Any help in this regards will be highly appreciated.
Moreover i have also tried following code, but i am sorry to say that client side function "
set_currentItemIndex" failed work. Help needed.function showItemByIndex(index) {<br> // gets reference to the rotator object<br> var oRotator = $find("<%= RadRotator1.ClientID %>");<br> // Sets currently shown item by its index<br> oRotator.set_currentItemIndex(index);<br> }<br>Regards,
Muhammad Yasir.