AJAX Calendar/Scheduling Controls
Is ther a way to detect if the Ctrl-key was pressed in the client-side EventMoveJavascript handler?
This way I can implement a Move (ctrl-key up) or Copy (ctrl-key down)
The EventMoveJavaScript handler (client-side) now keeps information about the Ctrl and Shift keys status in "ctrl" and "shift" variables respectively:
EventMoveJavaScript="if (ctrl) { doYourCopyAction(); } else if (shift) { doYourMoveAction(); } else { doTheDefaultAction(); }"
This feature is available since build 5.8.1968.
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java