BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Sl.No. |
Query |
Syncfusion Comments
| |
1 |
Mantain selection when reordering tasks in tree grid by mean of a custom toolbar button (Move Up, Move Down). |
We have made use of the reorderRows method to achieve your requirement. We have made use of the reorderRows method to move the record above or below through a toolbar click and we have made use of the selectRow method in the actionComplete event to maintain selection. The following code snippets demonstrate the solution.
App.component.ts
We have prepared a sample for your reference.
| |
2 |
Is there a way to tweak the copy and paste function in the Gantt control to have a cut and paste function? |
We have made use of the reorderRows to achieve your requirement. We have moved the records to the selected position. The following code snippets demonstrate the solution.
App.component.ts
We have prepared a sample for your reference.
|
Sl.No. |
Query |
Syncfusion Comments
|
1 |
I know there is the possibility to define segments (split tasks) on child tasks; Is there something we can do to apply the same logic to the parent element? |
We cannot define segments for parent tasks. As parent tasks render based on their child tasks, it is not possible to define segments for parents. |
2 |
I just discorvered that the reorderRows method doesn't update the index of the row. Is it the correct behaviour? |
We have maintained the index of the records after row drag and drop actions are performed in the server side using the rowDrop event. Please refer to the following Online Documentation for more information.
Online Documentation: https://ej2.syncfusion.com/angular/documentation/gantt/how-to/maintain-record-index/
Meanwhile, we will consider this as a feature request. We have logged a feature report for this. You can track its status from the below feedback link.
However, as we have already lined up some major features, we could not implement this support immediately. We will implement this and include it in any of our upcoming releases. Please cast your vote on this feature based on the customer demand we will prioritize the features in our upcoming road map.
|