Unplanned
Last Updated: 19 Feb 2018 13:46 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 11 Nov 2015 09:18
Category: Scheduler/Reminder
Type: Bug Report
3
FIX. RadScheduler - Persian text is rendered in reversed order in AppointmentElement with RTL RadScheduler
To reproduce:
this.radScheduler1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.radScheduler1.Appointments.Add(new Appointment(DateTime.Now, TimeSpan.FromHours(2), "آقای حقیقت"));

Please refer to the attached screenshot.

Workaround:

private void radScheduler1_AppointmentFormatting(object sender, SchedulerAppointmentEventArgs e)
{ 
    e.AppointmentElement.UseHtml = false; 
}
Attached Files:
4 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 19 Feb 2018 13:46
Hello Wael,

The current status of this item is "Approved". It has not been addressed yet. Feel free to track its progress and subscribe for status changes.
wael
Posted on: 23 Jan 2018 04:52
Hello
The problem has not been solved ... Arabic words appear in reverse.
Can you help me?
thanks
Attached Files:
ADMIN
Stefan
Posted on: 15 Jun 2017 10:06
Hi there,

does the suggested workaround resolve the issue on your end?
arsalanelec
Posted on: 25 May 2017 16:25
i have the same problem and use "e.AppointmentElement.UseHtml = false; " also we need to set the title formatting to remove the style.