Hi,
I want use the RadRotator for show the news of a site.
Populate Control
ASPX Control
If I set the property ScrollDirect="Up" the control show all the news of colelction (3 news)
If I cut the property ScrollDirect the control work good (scrool right==>left) but is not that I want.
I want the vertical scroll...
I don't understand the problem :-(
I want use the RadRotator for show the news of a site.
Populate Control
DataTable dt = new LuposArt.AssistenzaRullo.News().GetCollection();RadRotator1.DataSource = dt;RadRotator1.DataBind();ASPX Control
<telerik:RadRotator ID="RadRotator1" runat="server" RotatorType="AutomaticAdvance" ScrollDirection="Up" ScrollDuration="20000" FrameDuration="1000" ><ItemTemplate><b><%# DataBinder.Eval(Container.DataItem, "NewsDate")%> - <%# DataBinder.Eval(Container.DataItem, "NewsTitle")%></b><br /><div><%# DataBinder.Eval(Container.DataItem, "NewsNote")%></ItemTemplate></telerik:RadRotator>If I set the property ScrollDirect="Up" the control show all the news of colelction (3 news)
If I cut the property ScrollDirect the control work good (scrool right==>left) but is not that I want.
I want the vertical scroll...
I don't understand the problem :-(