Delete select popup

Hello,

Iam struggling with deleting the popup box next to event. Whenever user clicks event the popup box appears on the left side of event.I want to prevent it from happening or remove this popup box. I tried to set:

scheduler.config.icons_select = null
but it brings me errors from library side.

scheduler.config.icons_select = []
this case still shows pencil icon inside popup.

Hi,
try setting scheduler.xy.menu_width config to zero:
docs.dhtmlx.com/scheduler/api__s … other.html
docs.dhtmlx.com/scheduler/snippet/453deffa

Thx