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

<Prev does not show

1 Answer 18 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Joseph Hua
Top achievements
Rank 1
Joseph Hua asked on 11 Jun 2010, 08:33 PM
Look at this code:
<
telerik:RadCalendar ID="RadCalendar1" runat="server" Width="280px"
    NavigationNextText="Next>" NavigationPrevText="<Prev" />
<Prev does not show. I guess "<" is a special char. Could some body show me how to make this work?

Thanks!

Joseph
 

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 11 Jun 2010, 09:48 PM
Hello Joseph,

Try the following:
... NavigationNextText="Next &gt;" NavigationPrevText="&lt; Prev" ...

NavigationNextText Property

Regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Calendar
Asked by
Joseph Hua
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or