Query |
Response | |
We can observe straight arrow - In which case, it works as expected. E.g. Dropped row is getting added as child node.
Confusion starts when it shows right arrow - In this case, sequence of task gets changed which reflects only on UI. Once post back takes place, the change is getting reverted.
|
We have prepared the work around and updated the Gantt data base on drag and drop actions.
Please find the cod example below:
| |
How to restrict this functionality only to point 1?
|
We are facing some difficulties while canceling the drag and drop under particular condition. We have confirmed this as bug and logged a report on this. Also we have created a support incident under your account to track the status of this issue.
Please log on to our support website to check for further updates.
| |
Apart from that, currently we are mapping hrs. field with duration column. Is there any way we can map work column with hrs. Field?
|
We can bind different unit to work field by using “workUnit” property.
Please find the code example below:
|
Let me explain the scenario with Practical
Example.
I am a Project Manager, having 1 Business Analyst, 3
Developers & 1 QA team.
Once as a team we got the clarity from BA (Business Analyst)
on module requirement, we break down the complete requirement in small tasks.
Then as a Team we derive the Estimated Hours and decide the
Responsible Person for each task.
As soon as we start Assigning the task, inputting the
Estimated Hours, based on Project Start Date and
Predecessor, End Date will be calculated and set
Automatically.
So here, we know Size of Task, how much effort required to
completed the task and Duration gets calculated based on Estimated Hours
(Work) and Assigned Resource.
Now let me know how can we implement this.