10789 : Is there any way to cancel a drag and of a TimeItem (GTP.net version) once the drag is underway?

Question

Is there any way to cancel a drag and drop of a TimeItem (GTP.net version) once the drag is underway? I believe the COM version could do this by hitting Esc or clicking the other mouse button. Thanks.

Answer

For the end user there is currently no way to cancel an ongoing drag. For the developer you can call Gantt.MouseMoveCancel() so you can implement an ESC key of your own as a work around.

 

Leave a Reply