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

Rotator with Ticker

2 Answers 63 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Ali Faraji
Top achievements
Rank 1
Ali Faraji asked on 11 Jan 2011, 03:58 PM
Hi,

If we go through the following example
Click here
I found that first frame doesn't show text (ticker text), from next frame after sliding each and every frame shows the text.
is this a bug? if so what is the solution? or how do i show the text in the first frame too?

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 13 Jan 2011, 05:49 PM
Hi K²,

This is not a bug. All you need to do is to set the AutoStart property of RadTicket to "true" and the ticker text will appear in the first frame, e.g.

<telerik:RadTicker runat="server" AutoStart="true">
    <Items>
        <telerik:RadTickerItem Text='<%# XPath("Title")%>' />
    </Items>
</telerik:RadTicker>


Kind regards,
Rumen
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.
0
Ali Faraji
Top achievements
Rank 1
answered on 14 Jan 2011, 02:31 PM
Thank you Rumen ..
Tags
Rotator
Asked by
Ali Faraji
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Ali Faraji
Top achievements
Rank 1
Share this question
or