Skip to content

Commit bbfff42

Browse files
committed
Fix slugs
1 parent a3c11f8 commit bbfff42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/grid/editing/popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Popup add, edit, and delete operations use the following [command buttons](slug:
3434

3535
@[template](/_contentTemplates/grid/editing.md#without-commands)
3636

37-
Popup edit mode does not use **Save** and **Cancel** command buttons in the [Grid command column](slug:grid-columns-command). The Grid renders them automatically in the popup, unless you define a [Buttons Template](slug:grid-templates-popup-buttons) or a [Form Template](slug:grid-templates-popup-form).
37+
Popup edit mode does not use **Save** and **Cancel** command buttons in the [Grid command column](slug:components/grid/columns/command). The Grid renders them automatically in the popup, unless you define a [Buttons Template](slug:grid-templates-popup-buttons) or a [Form Template](slug:grid-templates-popup-form).
3838

3939
In popup edit mode, the Grid commands execute row by row and the corresponding [Grid events](slug:grid-editing-overview#events) also fire row by row.
4040

components/treelist/columns/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are four built-in commands:
4646

4747
* `Add` - initiates the creation of a new item. Can apply to rows as well, to create a child element for the current row.
4848
* `Edit` - initiates the inline or popup editing (depending on the TreeListEditMode configuration of the treelist).
49-
* `Delete` - initiates the deletion of an existing item. You can also enable a [delete confirmation dialog](slug:treelist-delete-confirmation).
49+
* `Delete` - initiates the [deletion of an existing item](slug:treelist-editing-overview#delete-operations).
5050
* `Save` - performs the actual update operation after the data has been changed. Triggers the `OnUpdate` or `OnCreate` event so you can perform the data source operation. Which event is triggered depends on whether the item was created or edited.
5151
* `Cancel` - aborts the current operation (edit or insert).
5252

0 commit comments

Comments
 (0)