Page 1 of 1

[ANGULAR] Drag a task from the grid to the scheduler and change the value of the task

Posted: Fri Dec 09, 2022 10:30 am
by boyitech

Greetings!

Now I'm trying to drag a task from the grid to the scheduler and change the value of the task at the same time. But the task time was not updated correctly after I dragged it.

For example, I drag a task of 2 hours' length and set it to 3 hours in 'update' listener. Finally I find the data has changed to 3 hours but the task is still 2 hours' length.

So how can I change the length of a task while dragging it to the scheduler?


Re: [ANGULAR] Drag a task from the grid to the scheduler and change the value of the task

Posted: Fri Dec 09, 2022 1:17 pm
by tasnim

Could you please show your code? hard to say without seeing the code