How to disable drag over cells in time range selected? Asked by Jaycee12 years ago. Can I disable drag over cells when user select a slot in daypilot calendar? I only want the user to select by clicking but not drag over multiple slots. how-toasp.net
Answer posted by Anonymous11 years ago. Make the following changes to get it to work: timeRangeSelectedHandling set to Disable change onTimeRangeSelected to onTimeRangeDoubleClick this will disable the drag select and only keep let you insert on double click. Hope this helps