We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Remove Appointment Delete-Button

Hi,

since the last version of ejScheduler, the following feature was implemented:
"The Inline delete feature is provided to the appointments. When you hover, a button appears and by clicking the "X" button on the appointment deletes it."

Is there a way to remove that "X" button from all appointments? I already created my own appointment template, which is rendered correctly, but the "X" button still appears...


Best Regards,
Andreas



3 Replies

VS Velmurugan S Syncfusion Team September 4, 2015 10:08 AM UTC

Hi Andreas
Thanks for contacting Syncfusion support.
Your requirement to remove that "X" button from all appointments can be achieved by applying the CSS style to the corresponding element. Please find the following code example to meet your requirement.
<code>

         <style>

        span.e-icon.e-schedulemouseclose {

            display:none !important;

        }
    </style>
</code>

We have prepared the sample with the above code example that can be downloaded from the following location: 
http://www.syncfusion.com/downloads/support/forum/120137/ze/ScheduleSample-568841703

Regards,
Velmurugan



AS Andreas Schenk September 6, 2015 09:55 AM UTC

thanks for your support - That's  exactly what I was looking for!


VS Velmurugan S Syncfusion Team September 7, 2015 08:25 AM UTC

Hi Andreas,
Thanks for your update.
We are glad to hear that the solution provided by us is helped to meet your requirement.
Please let us know if you require any further assistance.
Regards,
Velmurugan

Loader.
Live Chat Icon For mobile
Up arrow icon