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

How to cancel edit appointment?

1 Answer 103 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Martinelli
Top achievements
Rank 1
Martinelli asked on 08 Dec 2011, 07:49 AM
I would like to disable editing action (editing appointment via double click). How to acomplish that?

I tried with:       
private void RadScheduler_AppointmentEditing(object sender, AppointmentEditingEventArgs e)
        {
            e.Cancel = true;
        }

but it doesnt work.

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 08 Dec 2011, 09:34 AM
Hello Martinelli,

You should use the ShowDialog event in order to stop the edit appointment Window for showing. More info you can find in this help article.

Hope this helps. Let us know if you need further help.

Kind regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Martinelli
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or