Sl.No. |
Query |
Syncfusion Comments
| |
1 |
I want to hide the Id field from resource tab view however this guid will be used for selection purpose |
We would like to inform that currently, Gantt Chart does not support alphanumeric strings as either TaskId or ResourceId. Hence, it is not possible to use GUID instead of ResourceId. However, we have already logged a feature report for it. You can track its status from the below feedback link.
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.
However, you can hide the ResourceId field using the beforeOpenAddDialog and beforeOpenEditDialog requestTypes in the actionBegin event. The following code snippets demonstrate the solution.
Index.cshtml
| |
2 |
When I change selection of resources, I don't get selected resources information in SaveData call assigned to batchurl attribute. |
We are able to get the changed selection of resources in our events. We have made use of the beforeAdd and beforeSave requestType in the actionBegin event to get the GUID of the selected resources. The following code snippets demonstrate the solution.
Index.cshtml
|