http://jsfiddle.net/JeaffreyGilbert/VkghS/
Currently sorting between rows can be done by dragging barWrap (grey). To move gantt bar can be done by dragging the bar.
What I want is sorting and moving can be done at once by dragging the bar. How to achieve this?
Any helps would be appreciated, thank you.
The sortable widget has a handle feature. So:
Edited (see comment): You have to take out the draggable, which IMO isn’t so bad because people can still use resizable to change the position. You could experiment with draggable handles to find a method where they both work.