Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gantt: update onTaskEditDialogShowing (#6713) #6715

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The task values.

---

Note that the **hiddenFields** and **readOnlyFields** parameters affect only task fields. Use the [allowTaskResourceUpdating](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/editing/allowTaskResourceUpdating.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/editing/#allowTaskResourceUpdating') property to hide the Resource Manager in the Task Details dialog.
The **hiddenFields** and **readOnlyFields** parameters affect only task fields. Disable the [allowTaskResourceUpdating](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/editing/allowTaskResourceUpdating.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/editing/#allowTaskResourceUpdating') property to freeze the Resource Manager in the Task Details dialog.

![DevExtreme Gantt Chart - Task Edit Dialog](/images/Gantt/task-edit-dialog.png)

Expand Down
Loading