You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/gantt/gantt-tree/editing.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -530,6 +530,7 @@ There are a few considerations to keep in mind with the CUD operations of the tr
530
530
531
531
* 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.
532
532
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.
Copy file name to clipboardExpand all lines: components/gantt/timeline/editing.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ The Gantt component allows you to initiate editing from its Timeline component i
158
158
159
159
## Popup Editing
160
160
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.
162
162
163
163
If you have set the corresponding handlers, you will be able to Save or Cancel the editing operation, or Delete the record.
0 commit comments