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

Removing appointment delete icon

2 Answers 156 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 17 Dec 2010, 08:51 AM
Hi,

I would like to know if is possible to remove the appointment delete icon that is shown when the mouse is moved over an appointment. I've tried using an AppointmentTemplate but no result.

Regards,

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Dec 2010, 11:04 AM
Hello John,


You could hide the Delete button of Appointments either by setting the AllowDelete property of RadScheduler to false or by including the following CSS style on the page where the control is located:

.rsAptDelete
{
display: none;
}



-Shinu.
0
john
Top achievements
Rank 1
answered on 17 Dec 2010, 12:34 PM
Thanks, it works fine.
Tags
Scheduler
Asked by
john
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
john
Top achievements
Rank 1
Share this question
or