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

RadScheduler - How do I change the caption for the "Previous/next Appointment" Nav. buttons?

1 Answer 172 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Chris Hwa
Top achievements
Rank 2
Chris Hwa asked on 08 Jun 2010, 06:13 PM
I entered the "edit UI Elements" under the RadScheduler's smart tag menu then  -> Telerik.WinControls.UI.ViewNavigationElement.  There are two, one for "Next Appointments" and one for "Previous Appointments. 

I changed the text property of these two respectively to "Next Scheduled Date" and "Previous Scheduled Date".  When I compile and run the application, these Nav. buttons displays the updated text (this is in month view).

When I change view to other views (day, week, etc.) the caption on these buttons display the original "Previous/Next Appointment" text again even in the original month view.

What am I doing wrong?

TIA

Chris

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 14 Jun 2010, 01:36 PM
Hi Chris,

The captions in RadScheduler are dynamically set. Therefore, you cannot get your custom strings displayed by changing properties in the Edit UI Elements dialog.

In order to customize the desired strings, you should create your own localization provider. For additional information, please refer to the following article: Translating Strings. The RadSchedulerStringIds that you need are RadSchedulerStringId.NextAppointment and RadSchedulerStringId.PreviousAppointment.

If you have additional questions, feel free to ask.

All the best,
Dobry Zranchev
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
Scheduler and Reminder
Asked by
Chris Hwa
Top achievements
Rank 2
Answers by
Dobry Zranchev
Telerik team
Share this question
or