AJAX Calendar/Scheduling Controls
Dear Dan!
Where can I find some code example about using this feature?
Thank you
onmousedown='return DayPilotCalendar.dragStart(this.parentNode, 60*30, "123", this.innerHTML);'
DayPilotCalendar.dragStart(elementToBeRemoved, durationInSeconds, valueToBePassedToMoveEvent, textToBePassedToMoveEvent);
EventMoveJavaScript="if (external) { alert('External drag&drop detected.'); } dpc1.eventMoveCallBack(e, newStart, newEnd, oldColumn, newColumn);"
I am trying to drag from one DayPilotMonth (monthview) control to another.
None of the techniques seem to work. Both ServerSide and Client-side events seem to fire on the Source control not the target. The focus rectangle DOES move outside to the target control, but it also stays within the Source control, and events only fire against the source. I have tried PostBack, CallBack and Javascript handling, and all 3 seem to have the same fault.
Any help appreciated. Thanks in advance.
Simon Edwardsmailto:coding(REMOVEME)@(ANDME)controlbox.co(ANDMETO).uk
OK, we might use the scheduler instead, so everything will be inside one control. Thanks for the prompt response.
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java