Hello !
I’m on an Angular Project and I want to delete the points on the bottom of event. My scheduler is readonly. How I can delete this ?
Thank you in advance. Have a nice day !
Hello !
I’m on an Angular Project and I want to delete the points on the bottom of event. My scheduler is readonly. How I can delete this ?
Thank you in advance. Have a nice day !
Hello @RemiH ,
You can remove it using the following CSS:
.dhx_event_resize.dhx_footer {
display: none !important;
}
Demo:
https://snippet.dhtmlx.com/5/4f5fdf86c
Kind regards,