I need to be able to move activities from one resource to another by dragging. I have set the AllowDragging Property to "AcrossResources", however I am not able to move an activity from one resource to another.
I looked up the help document and here is what I found:
However note that the underlying schedule data connector may impose limitations on whether an activity's resource calendar or resource can be changed or not, in which case regardless of what this property is set to, the underlying schedule data connector restriction will be effective.
However, it does not state what the limitations set by the custom objects are. Is there something we should take care of in the custom objects or in the proeprty mapping to allow this to happen.
Please Suggest.
Thank You,
Hariharan
So with what we have now, which is the best place for me to add my validation logic that needs to get fired when an appointment is being dragged to another calendar. ActivityDraggingEvent?
hariharan019 said: Also, is there a DragPreview Event which i can use to check if an appointment can be dropped to a calendar or not ? I want the mouse pointer to change to indicate that the appointment cannot be dropped to a calendar .
Also, is there a DragPreview Event which i can use to check if an appointment can be dropped to a calendar or not ? I want the mouse pointer to change to indicate that the appointment cannot be dropped to a calendar .
hariharan019 said: I should not allow the user to add new appointments in the calendar ("Click to add appointment"), but if i set the AllowAdd to false in the data manager, it does not let me drag an appointments to other work queueus .... in my case I should allow to drag appointments across calendars but not add new ones.
I tried using the ActivityDragging, but that does not work very well for me.
Ok so I got this issue resolved by first adding to a temp list and the ienumerable returns that filtered list. But I got a new problem, I should not allow the user to add new appointments in the calendar ("Click to add appointment"), but if i set the AllowAdd to false in the data manager, it does not let me drag an appointments to other work queueus .... in my case I should allow to drag appointments across calendars but not add new ones.
Please suggest how best to handle this.
Also I had another post added for timeslot presenter style. Please suggest a response .