Answer posted by Joey
9 years ago.

Oh, found another answer that seems to have answered this. The first parameter needs to be null, not that last parameter as indicated in the above link.

onmousedown='return DayPilotCalendar.dragStart(this, 60*30, "125", this.innerHTML);'

should be...

onmousedown='return DayPilotCalendar.dragStart(null, 60*30, "125", this.innerHTML);'

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.