RadScheduleView's Edit Recurrence dialog shows unnecessary '_' (underscores) in button texts.

0 Answers 65 Views
ScheduleView
Sunny
Top achievements
Rank 1
Sunny asked on 26 May 2023, 02:32 PM

I am using telerik:RadScheduleView in my control and when user tries to use "Edit Recurrence" dialog while adding any event/schedule, the window comes up with some messed up texts for buttons. Like Every appears as E_very, please find attached screenshots.

I am using below content in my page.

<telerik:RadScheduleView AppointmentsSource="{Binding Recordings}"
								 AppointmentCreated="OnAppointmentCreated"
								 AppointmentEdited="OnAppointmentEdited"
								 AppointmentDeleted="OnAppointmentDeleted">
			<telerik:RadScheduleView.ViewDefinitions>
				<telerik:MonthViewDefinition />
				<telerik:WeekViewDefinition />
				<telerik:DayViewDefinition />
			</telerik:RadScheduleView.ViewDefinitions>
		</telerik:RadScheduleView>

 

How to fix the text?

Stenly
Telerik team
commented on 31 May 2023, 08:57 AM

I tried reproducing this in a sample project, but I was unsuccessful. Could you try the attached application and see if I am missing something?

No answers yet. Maybe you can help?

Tags
ScheduleView
Asked by
Sunny
Top achievements
Rank 1
Share this question
or