This question is locked. New answers and comments are not allowed.
Hi All
I don't want to delete Some Appointments,
So i want hide or disable the delete button of appointment(The small icon likes X at upper right).
How can i implement it?
I see following codes at telerik,but silverlight schedulers does not suppout it.
if (MyCondition) |
{ |
e.Appointment.AllowDelete = false; |
e.Appointment.AllowEdit = false; |
} Is there any suggestion? |