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

Need AppointmentEditAction equivalent behavior

1 Answer 45 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Forest
Top achievements
Rank 1
Forest asked on 21 Jul 2011, 11:07 AM
Hi

I'm doing migration from RadScheduler.
AppointmentEditAction doesn't exist anymore with ScheduleView.

For example in xxx_AppointmentEditing function :

I need to open my RadWindow when i do double Click on the appointment.
Not on dragging or resizing.

private void xxx_AppointmentEditing(object sender, AppointmentEditingEventArgs e)

{

  if (e.AppointmentEditAction != AppointmentEditAction.Drag && e.AppointmentEditAction != AppointmentEditAction.Resize) 

  {
    //open my RadWindow

    myRadWindow.ShowDialog();

  }
}

Can you help me please ?

Thank you

1 Answer, 1 is accepted

Sort by
0
Forest
Top achievements
Rank 1
answered on 22 Jul 2011, 10:39 AM
Hi

I will use xxx_ShowDialog to do this.

Thanks
Tags
ScheduleView
Asked by
Forest
Top achievements
Rank 1
Answers by
Forest
Top achievements
Rank 1
Share this question
or