Our state of the art Gantt chart


Post by sagars93 »

Hello team,

Is it possible to create an empty parent summary task of right-clicking of any parent summary task?

Currently, it's not happening it creates a normal task.

please see the below screen shot

TaskSummaryIssue.png
TaskSummaryIssue.png (63.29 KiB) Viewed 455 times

Post by saki »

This is the default behavior. You would need to select menu item "Indent" on the original task after creating the new task. You could add your own menu item(s) and code the automation of these two steps. See https://bryntum.com/docs/gantt/api/Gantt/feature/TaskMenu that explains how to add/modify the task menu.


Post by sagars93 »

Sorry I change the query

When I click on Predecessor or Successor of any Parent summary task, The new task that will be created should also

become the parent summary task instead of a regular task.

Is there any provision for this scenario?


Post by saki »

The task becomes a "parent" or "summary" task by having some subtasks. Predecessor and Successor are just dependencies and do not automatically mean "subtask".

Therefore, the following is the standard behavior:

successor.gif
successor.gif (719.87 KiB) Viewed 402 times

Post by sagars93 »

Without adding subtask is it possible?


Post by saki »

Only if you would do it programmatically. It is not configurable.


Post Reply