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

Clear Elements

1 Answer 36 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Ricardo Ferraz
Top achievements
Rank 1
Ricardo Ferraz asked on 30 May 2011, 10:55 PM
i am using ajax concepts to load rotator . but as is a service that shows latest informations , i must clear data before to add new arrivals data from ajax request .. How can i do that using javascript block.


to load data , it works fine using .


 

 

var radRotatorItemData = [];

 

 

radRotatorItemData.Html =

 

"<a href='' style='margin-left:10px'>" + DAF + "</a>";

 

 

rotator.addRotatorItem(radRotatorItemData, 0);

1 Answer, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 31 May 2011, 02:00 PM
Hi Ricardo,

Unfortunately this functionality is not implemented in the RadRotator control. We will log this as a suggestion for improving the API of the control, however I cannot give you any guarantee to whether or when this will be implemented.

Thank you for the suggestion.

All the best,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Rotator
Asked by
Ricardo Ferraz
Top achievements
Rank 1
Answers by
Niko
Telerik team
Share this question
or