Joby Kurian
Joby Kurian

Reputation: 3927

Live data not populating

I am trying to do live updation based the following demo. https://demos.telerik.com/aspnet-ajax/rotator/examples/livexml/defaultcs.aspx.But after updating the xml how the radrotator showing the updated value?.I am getting the updated value.How it is possible?

Upvotes: 0

Views: 57

Answers (1)

slavinkos
slavinkos

Reputation: 181

You need to initiate a postback or an Ajax request and rebind the RadRotator in order to display the updated data in the control.

Upvotes: 0

Related Questions