Planner Item drag problem

Hello,


I have a planner with the following properties set to true: DragItem, DragItemAlways and DragItemImage. All Planner Items are set to ReadOnly.

My problem is the following:
When I select an empty cell and then try to drag an item it doesn't work. First I have to click an item and then I'm able to drag it.
When any of the Items is selected then the drag operation works immidiately on any other items too.

How can I fix this issue?

Tomasz

Before an item can be dragged, it needs to be selected first.

There is a public property Planner.DirectDrag: boolean that you can set if you want to skip this step to put the item in selected state.