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

e.Handled & e.Cancel in AppointmentEditing events problem

1 Answer 93 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
samin
Top achievements
Rank 1
samin asked on 24 May 2011, 11:16 AM

I written code below.....

private void radScheduler_AppointmentEditing(object sender, AppointmentEditingEventArgs e)
        {
            e.Handled = true;
            e.Cancel = true;
        }

but edit dialog open! why dosen't work truly?

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 24 May 2011, 01:08 PM
Hello samin,

You have to cancel ShowDialog event.

Let us know if you need more information.

Best wishes,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ScheduleView
Asked by
samin
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or