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

Localization problems

6 Answers 91 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Ramius
Top achievements
Rank 1
Ramius asked on 19 Nov 2009, 11:08 AM

Hello,

i am working on a localization provider for the RadScheduler. 

I get the following problems:

1. I set the RadSchedulerStringId.NextAppointment and the RadSchedulerStringId.PreviousAppointment to a translated text but they are not used. These two stringids are the only ones which are not used, so i think that these are hardcoded in the RadScheduler.

2. In the Resource ComboBox is a standard empty text ( "None" ) but there is no RadSchedulerStringId to translate it. Is it possible to change this text?

3. In the Appointment Dialog there is not enough space for the translated Text of the AllDayEvent text. Is it possible to extend it ?

4. In the recurring Appointment Dialog there is not enough space for the translated text for many RadSchedulerStringIds. Is it possible to extend it ?

Kind Regards,

Ramius

6 Answers, 1 is accepted

Sort by
0
Ramius
Top achievements
Rank 1
answered on 24 Nov 2009, 08:06 AM

Hello,

for case 1 i have found out, that it is sometimes working and the translated texts are shown but often they are not shown. I don't understand when it is working and when not.

Case 2 could be solved with a custom EditAppointmentDialog.

Case 3 is solved with a custom EditAppointmentDialog.

Case 4 is not solved yet. Is it possible to create a custom EditRecurringAppointmentDialog ?

I have an other minor problem:

5. In Germany the week starts with a monday and so i would like to change the order of the Checkboxes in the RecurringApointmentDialog when the weekly radio button is selected.

Kind Regards,

Ramius

0
Boyko Markov
Telerik team
answered on 24 Nov 2009, 08:56 AM
Hi Ramius,

I confirm this issue. As a workaround you can change the scheduler ActiveView after you apply the custom localization provider.

In order to change some of the controls settings which are in the dialogs you can inherit from the EditAppointmentDialog and EditRecurrenceDialog to create custom dialogs. These dialogs expose all their controls because they are having a protected modifier. This means that in the custom dialogs you can change every single property such as Size, Location, Text, etc.

If you need additional information, please feel free to contact us.

Best wishes,
Boyko Markov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ramius
Top achievements
Rank 1
answered on 25 Nov 2009, 11:28 AM

Hi Boyko,

in the EditAppointmentDialog and the EditRecurrenceDialog many controls are private and not protected, so i can't change their size or their location. Can you please change this ?

Kind Regards,

Ramius

0
Boyko Markov
Telerik team
answered on 26 Nov 2009, 03:12 PM
Hi Ramius,

You can also use the form Controls collection and the "Name" property of the controls to identify them. We will consider the requested changes in the future versions of the Scheduler control.

Please contact us again if you need more information.

Regards,
Boyko Markov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ramius
Top achievements
Rank 1
answered on 27 Nov 2009, 09:20 AM

Hi Boyko,

thank you for the hint with the Controls Collection. 

Now i can change the size and location of the controls.

Regards,

Ramius

0
Boyko Markov
Telerik team
answered on 30 Nov 2009, 03:54 PM
Hi Ramius,

I am happy that my suggestion worked out for you. However, we will consider some design changes for the next major release and we will do our best to provide a better API for customizing the edit dialogs in RadScheduler.

Please feel free to contact me for further information regarding RadScheduler for Winforms.

Greetings,
Boyko Markov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler and Reminder
Asked by
Ramius
Top achievements
Rank 1
Answers by
Ramius
Top achievements
Rank 1
Boyko Markov
Telerik team
Share this question
or