|
S. No |
Queries |
Syncfusion comments |
|
|
Gantt database example |
We can also maintain the data in the server by using the URL adaptor. Please refer the below documentation link.
Maintaining data in the server: https://ej2.syncfusion.com/aspnetcore/documentation/gantt/managing-tasks/#maintaining-data-in-server
All the CRUD operations in the gantt are done through DataManager. The DataManager has an option to bind all the CRUD related data in server-side.
You can get the full sample from our github repository. Please get the sample from below link.
|
|
|
I cannot define dependency between main and child task |
Are you mean dependency between the parent task and child task? If yes, currently we have support of mapping the task relationship for child tasks only and not for the parent tasks. We have logged a feature report for this. The status can be tracked through below feedback link.
Feedback link: https://www.syncfusion.com/feedback/6865/relationship-support-for-parent-task-in-gantt
Currently, we are working on Gantt chart implementation in Blazor platform with high priority. So, we are unable to add additional features in Gantt chart component as promised. However, we will try to implement the required features in the calendar of 2021 based on highly voted feedbacks. We appreciate your patience until then.
|
|
|
Is it possible to define TaskID and ParentID? Or we must use only Task and Child list? |
To use only task and its child list is not necessary. We can also use the TaskID and the ParentID. This is called self-reference data. Please refer the below online sample browser to get more information about the self-reference data.
|