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

Can't cancel Appointment Click

1 Answer 57 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 04 Jan 2013, 08:27 PM
I do a simple check client side. If the check fails I'd like to prevent a run to the server, but no matter what I do I can't stop it. I've looked and found this and that, but to no avail. There isn't the normal cancel call, so what do I do?

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 05 Jan 2013, 05:53 AM
Hi,

I suppose you want to cancel the double clicking in the appointment. One suggestion is that you can set the AllowEdit property of RadScheduler to false.

ASPX:
<telerik:RadScheduler ID="RadScheduler1" runat="server" AllowEdit="false" .......... >
</telerik:RadScheduler>

Hope this helps.

Regards,
Princy.
Tags
Scheduler
Asked by
Matthew
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or