I have an UltraWeekView calendar that is set up to allow users to drag appointments around. Everything works fine. But if a user holds ctrl and drags, the appointment is copied to the destination. How can this be disabled? (I want user to be able to drag appointments, but not copy them using the ctrl key)
Thanks
Is there a solution for this?
this seems to have a lot of limitations
Hello,
is this function implemented yet?
This code disables ability to select multiple appointments using CTRL button.
This can be disabled by preprocessing of a KeyDown event - just override ProcessCmdKey method in a class hosting the UltraWeekView or UltraDayView control.
{
else
}
There is no way to disable the creation of copies while dragging in any of the WinSchedule controls. If you like you can visit http://devcenter.infragistics.com/Protected/RequestFeature.aspx and submit a request for the feature.