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

[Solved] View Navigation Caption Text

1 Answer 135 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vic
Top achievements
Rank 1
Vic asked on 23 May 2009, 09:15 PM
Is it possible to change the text on each of the view navigation options?  I'd like to change "Multi-day"...

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 25 May 2009, 05:58 AM
Hi Vic,

You can change the display text of Multi-Day via Localization property which specifies the strings that appear in the runtime user interface of the scheduler, including the message pop-up dialogs and edit forms.

.aspx
 
<telerik:radscheduler id="RadScheduler1" runat="server" datasourceid="SqlDataSource2">  
    <Localization HeaderMultiDay="Mt Text for Multi-day" /> 
    <MultiDayView UserSelectable="True" /> 
</telerik:radscheduler> 

Hope this helps.
-Princy.
Tags
Scheduler
Asked by
Vic
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or