Hi Cesar,
Thanks for contacting Syncfusion support. Please find the below response.
Query 1 – Multiple tasks drag and drop
Solution: We can drag and drop the multiple tasks by enabling allowDragAndDrop API with multiple selection. Please find the code snippet below,
[app.component.html]
<ejs-gantt id="DragAndDrop" [allowRowDragAndDrop]="true" [selectionSettings]="selectionSettings">
</ejs-gantt>
[app.component.ts]
//……
export class AppComponent {
//……
this.selectionSettings = {
type: 'Multiple'
};
}
|
We have prepared sample with your requirement. Please find the sample from below link,
Query 2 – Virtualization on big data load
Solution: We have already logged a feature report for Gantt Virtual scrolling support, you can track the status of these feature from below feedback link.
As we have already lined up with some major features, we could not start this feature immediately. We will implement this support and include in any our upcoming releases.
Please cast your vote to make it count. We will prioritize the features for every release based on demands.
Query 3 – Gantt Resource view
Solution: Gantt Resource view support will be included on Volume 1, 2020 release and it will be available in the end of March, 2020. You can track the status of this feature by using below feedback report link.
Query 4 - Can we create tasks on drag and drop on the gannt chart
Solution: We have analyzed your query. Currently we don’t have support for creating task on drag and drop on the chart side. We have logged a feature report for this. You can track the status of these feature from below feedback link.
As we have already lined up with some major features, we could not start this feature immediately. We will implement this support and include in any our upcoming releases.
Please cast your vote to make it count. We will prioritize the features for every release based on demands
Please get back to us if you require any further assistance on this.
Regards,
Karthikeyan Raja