Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > html within the ticker
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

html within the ticker

Feed from this thread
  • Chris Yoker Master avatar

    Posted on Feb 1, 2007 (permalink)

    radRotator Q4 version.

    hiya,

    I want to have some of the ticker text in BOLD.Is this possible?

    I tried: 
    <RadTickerLine>Phone: <b>(01698) 828131 </b> </RadTickerLine>  

    but it doesn't work.Any ideas?

    cheers,
    yogi

  • Peter Peter admin's avatar

    Posted on Feb 1, 2007 (permalink)

    Hi Yogi,

    Thank you for your question. Unfortunately, this is not supported by r.a.d.ticker. The control can display only text without any formatting.


    Kind regards,
    Peter
    the telerik team

  • Paul Hopper avatar

    Posted on Mar 1, 2007 (permalink)

    Are there any plans for adding this feature in a future release?  I was hoping to be able to do the same.

  • Peter Peter admin's avatar

    Posted on Mar 2, 2007 (permalink)

    Hi Paul,

    We will log this request and keep it mind for the next major version of the rotator.

    Greetings,
    Peter
    the telerik team

  • Chris Yoker Master avatar

    Posted on Apr 19, 2007 (permalink)

    hiya,
    Any idea when this feature will be available?

    thanks,

    yogi

  • Peter Peter admin's avatar

    Posted on Apr 20, 2007 (permalink)


    Hi Yogi,

    I learned from the rotator developer that actually this feature cannot be implemented. Sorry for misleading you.


    Greetings,
    Peter
    the telerik team

    Instantly find answers to your questions at the new telerik Support Center

  • surfer Master avatar

    Posted on Apr 20, 2007 (permalink)

    Might be possible, but only inside rad Rotator FrameTemplate (and might prove very difficult to setup).

    There is a related forum thread here which may hopefully provide additional clues:

    http://www.telerik.com/community/forums/thread/b311D-tmdhk.aspx

  • Peter Peter admin's avatar

    Posted on Apr 20, 2007 (permalink)


    Thanks Matt! I will forward this link to the rotator developer.


    All the best,
    Peter
    the telerik team

    Instantly find answers to your questions at the new telerik Support Center

  • Posted on Jun 19, 2007 (permalink)

    Hello!

    How it's goes with this??

    I got this code and have same problem. I'm using the ticker standalone.

            Dim myData As New System.Text.StringBuilder  
            While Reader.Read  
                myData.Append("<href=""" & oUrl.url & "?newsid=" & Reader("ID") & """>" & Reader("Name" & Session("VLS")).ToString & "</a>" & vbCrLf)  
            End While  
            Reader.Close()  
            RadTicker1.UserTickerLines = Split(myData.ToString, vbCrLf) 

  • Peter Peter admin's avatar

    Posted on Jun 20, 2007 (permalink)

    Hello Philip,

    I replied in your ticket about this case but I am going to attach a demo project here in case someone else needs this functionality.

    Thanks for your question.

    Greetings,
    Peter
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center
    Attached files

  • Helia avatar

    Posted on Aug 25, 2010 (permalink)

    Hi,
    My text which are going to be shown in ticker have "&",but ticker change it to "&amp;"!
    is that because ticker shows just pain text?is yes,any solution?
    i am using ticker itself,not within rotator.
    thanks

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > html within the ticker