Skip to content

Commit c0a1a82

Browse files
authored
chore(gantt): clarify popup editing behavior (#805)
1 parent b2a2416 commit c0a1a82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/gantt/gantt-tree/editing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ There are a few considerations to keep in mind with the CUD operations of the tr
530530

531531
* While editing, the Gantt creates a **copy of your original object** which has a **different reference**. You receive that copy in the `OnUpdate` event handler.
532532

533+
* Double clicking on a task within the Timeline part of the component will always trigger Popup edit of the said task, even if edit mode is set to Inline or Incell.
533534

534535
## See Also
535536

components/gantt/timeline/editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The Gantt component allows you to initiate editing from its Timeline component i
158158

159159
## Popup Editing
160160

161-
You can invoke popup editing of a task by double clicking on it. A Popup container will be displayed containing the default editors for the fields defined in the Gantt.
161+
You can invoke popup editing of a task by double clicking on it. A Popup container will be displayed containing only the default editors associated with a Gantt Task. No additional fields defined in the Gantt will be editable through this form.
162162

163163
If you have set the corresponding handlers, you will be able to Save or Cancel the editing operation, or Delete the record.
164164

0 commit comments

Comments
 (0)