WPF RadScheduleView RecurrenceRule

0 Answers 58 Views
ScheduleView
Ohad
Top achievements
Rank 3
Bronze
Iron
Iron
Ohad asked on 25 Apr 2022, 02:10 PM | edited on 26 Apr 2022, 07:34 AM

Hi, 

I would be happy if you could explain to me why a regular appointment opens for editing when clicked twice but an appointment that has a recurrence does not open for me by double-clicking.
what could be the problem?

        <telerik:RadScheduleView 
            SelectedAppointment="{Binding SelectedAppointment, Mode=TwoWay}"
            EditAppointmentDialogStyle="{StaticResource CustomEditAppointmentDialogStyle}"
            AppointmentsSource="{Binding Appointments}"
            DragVisualTemplate="{StaticResource DragVisualContentTemplate}"
            DragDropHighlightStyle="{StaticResource CustomDragDropHighlightStyle}">

        public CustomAppointment SelectedAppointment { get; set; }

        public class CustomAppointment : Appointment

Would appreciate help.

 

No answers yet. Maybe you can help?

Tags
ScheduleView
Asked by
Ohad
Top achievements
Rank 3
Bronze
Iron
Iron
Share this question
or