Hello,
Can someone tell me how to disable the moving functionality of the tasks inside the list? If already tried the following code but none of them works. Thanks.
1.gantt._widget.bind("move", function (e) {2. e.preventDefault();3. });4.gantt._widget.bind("mousedown", function (e) {5. e.preventDefault();6. });