This is a migrated thread and some comments may be shown as answers.

Live XML example

1 Answer 80 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
John Giblin
Top achievements
Rank 1
John Giblin asked on 12 Apr 2010, 10:17 PM
I tried this example and what  I was not sure was whether if the data changed if the rotator was suppose to update the feed.

I have a scrolling feed that has a bunch of alerts.  If the alerts change, ie one of them gets deleted, added or update, the feed will change.  I doesnt look like this example does this. 

I tried using a timer and ajax to update the alerts, but is not smooth when it updates the alerts.  any ideas

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 15 Apr 2010, 12:28 PM
Hello John,

If the DataSource, to which the rotator is bound, is modified, then in order for the changes to be reflected in the rotator, you need to rebind the rotator on the server - that is, a postback or AJAX call is needed.
To update the rotator more smoothly, you could try configuring the timer to perform an AJAX request when a whole cycle has completed. Another idea is to do a pause for a while when a cycle has completed, and rebind the rotator during this pause. This way the user will know when the current loop of items has ended, and when the new starts.

Greetings,
Pero
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Rotator
Asked by
John Giblin
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or