disable the .dhx_body toolkit of the event in the scheduler

Hi

In the scheduler when you can see an event, on the left there are the edit options for that event.

Is there a way to disable the small toolkit that has “details, edit, delete” on the left of the event and still leave the functionality for the user to be able to move event to other dates ( drag and drop ), and expand the time for the event ( to shorten extend the hours of the event )?

Hello,

You need to set the width of the selection menu to 0 to hide it.
scheduler.xy.menu_width = 0;
docs.dhtmlx.com/scheduler/api__s … other.html