How to enable drag option while creating a new event in empty slot in timeline view

Hi
I am trying to enable create new event option in dhtmlx scheduler timeline view using below property but its not working

scheduler.Config.drag_create = true;
scheduler.Config.details_on_create = true;

on clicking on the empty slots i am not getting the new event creation popup as well as not able to drag in the empty slot like in below example.

http://scheduler-net.com/demos/hotel-room-reservation/

Hi @sreedhar,
This config looks right, so the issue is in another part of code. Unfortunately, I couldn’t say what is exactly the issue without a more full example of your code. Could you please provide me with a complete sample project which I could run locally and reproduce the issue?