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

How to modify the text of controls on ScheduleView?

1 Answer 51 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Emiya
Top achievements
Rank 1
Emiya asked on 15 Mar 2012, 03:14 AM
I'm developing a project with ScheduleView. When I click "New Appointment" RibbonButton, a RadWindow named " Appointment - Untitled" was opened. Then my question is, how can I modify these text(or content) of controls on the windows, because I want to make the project into multiple languages.

Thanks.

Emiya
tanxx@e-glad.com.cn
2012/03/15

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 19 Mar 2012, 12:59 PM
Hello Emiya,

You have 2 options:
1) You can change the dialog implementing the IScheduleViewDialogHost. More information about that you could find in this help article.
2) You could edit the style of the dialog and set it to the ScheduleView through the EditAppointmentDialogStyle property. You can get the whole xaml of the ScheduleView from the installation folder of the Telerik components on your machine. Usually this is
C://Program Files/Telerik/RadControls for WPF Q1 2012/Themes/ . Inside this folder, search the Themes folder to find the ScheduleView.xaml file that corresponds to your theme of choice. From it you could get the style of the EditAppointmentDialog and the necessary brushes and templates. Then you will be able to customize it completely to fit your requirements.

Hope this information helps.

Regards,
Konstantina
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ScheduleView
Asked by
Emiya
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or