Hi Bryntum Team,
I’m working with Bryntum Gantt and have a requirement to import a list of unplanned (backlog) tasks from an external grid into the Gantt’s taskStore. These tasks already exist in the database but are not yet part of the Gantt timeline.
My goal is to:
Add these tasks programmatically to the Gantt's taskStore via a drag-drop.
Set their status before syncing.
Persist the changes using crudManager.sync().
Could you please advise:
What is the correct way to push these tasks into the taskStore?
How can I ensure custom fields like status are preserved during and after the sync?