Home Unanswered Active Tags New Question

Event Move

I've followed the tutorial and added an event handler and set event move handling like so:
EventMoveHandling="CallBack"
OnEventMove="DayPilotCalendar1_EventMove"

but whenever I load the page with the DayPilot Scheduler control it seems that moving an event is still disabled, I get no change of cusor when i mouse over / hold mouse down on an event to move it.

My event handler in VB looks like:

Public Sub DayPilotCalendar1_EventMove(ByVal sender As Object, ByVal e As DayPilot.Web.Ui.Events.EventMoveEventArgs)

dbUpdateEvent(e.Tag("id"), e.NewStart, e.NewEnd, e.NewResource)

DayPilotScheduler1.DataBind()
DayPilotScheduler1.Update()
End Sub

Is there anything else im missing here?

Thanks

Asked by Anonymous 7 months ago.
Replies

Update: It seems that move is actually working but the handle to grab the event is only the top left corner of the duration bar and not the whole thing, is there a way for me to change this?

Comment posted by Anonymous 7 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java