Hi Dan,
I am implementing Drag&Drop in my web application and am encountering some behaviour difference between dynamic and calender move:
Dynamic: sets the e.NewStart value to the cell where it is being dragged to. test here
Calendar: set the e.NewStart value to the cell where it is being dragged to and adds the current minutes of the current hour to it. For example, drag item to 13:00 at 15:26 and it will e.NewStart will be 13:26 (it also depends on how cellsperhour; drag an item to 13:00 at 15:57 will place the item at 13:27). Test here.
Any ideas on this one?
Kind regards,
Jan Marten