I have a requirement in which I have to show newly created tasks or existing tasks that does not have a endDate or duration in gantt.
PS: the task should be visible in both the Gantt and the columns.
Thank you for taking out time and helping me in the issue marcio.
To further explain my point here the required behaviour is to show the task on gantt even if it does not have an endDate.
i cannot assign the startDate to endDate because in our system some tasks don't have defined endDate so assigning startDate as endDate would be misleading for the user.
i am looking for a work around by which i can show a task with null endDate.
ahmad.siddique wrote: ↑Mon Sep 18, 2023 3:00 pmI have a requirement in which I have to show newly created tasks or existing tasks that does not have a endDate or duration in gantt.
PS: the task should be visible in both the Gantt and the columns.
Hi,
Please try setting the duration of a task to 0
https://bryntum.com/products/gantt/docs/api/Gantt/model/TaskModel#field-duration
tasnim wrote: ↑Tue Sep 19, 2023 1:58 pmHi,
Please try setting the duration of a task to 0
Screenshot 2023-09-19 175643.png
https://bryntum.com/products/gantt/docs/api/Gantt/model/TaskModel#field-duration
unfortunately setting duration to 0 does not solve my problem.
when i set the duration to 0 days it sets the endDate same as my startDate. i want the endDate field to be null and don't show any value.
Hey,
We currently don't support that, but it's a nice to have feature, I created a ticket to implement that https://github.com/bryntum/support/issues/7536
Best regards,
Márcio
marcio wrote: ↑Wed Sep 20, 2023 6:39 pmHey,
We currently don't support that, but it's a nice to have feature, I created a ticket to implement that https://github.com/bryntum/support/issues/7536
Thank you. Eagerly waiting for it to be implemented