Skip to content

Commit 269b340

Browse files
docs(Grid): Minor Popup Editing improvements (#3178)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 173a049 commit 269b340

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/gantt/gantt-tree/editing/popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ The `GanttDependencyDescriptor` exposes four fields that describe the mutated de
425425

426426
The Gantt exposes options to customize the edit popup and its form. You can define your desired configuration in the `GanttPopupEditSettings` and `GanttPopupEditFormSettings` tags under the `GanttSettings` tag.
427427

428-
### Popup Customization
428+
### Popup Settings
429429

430430
The `GanttPopupEditSettings` nested tag exposes the following parameters to allow popup customization:
431431

components/grid/editing/popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The Grid exposes options to customize the edit popup and its form. Define the de
4646

4747
Starting with version 7.0, the Grid allows users to edit [hidden columns](slug:grid-columns-visible) by default. To disable editing of a hidden column, set `Editable="false"` to the respective `<GridColumn>` tag.
4848

49-
### Popup Dimensions and Styles
49+
### Popup Settings
5050

5151
The `GridPopupEditSettings` nested tag exposes the following parameters to allow popup customization:
5252

components/treelist/editing/popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The TreeList exposes options to customize the edit popup and its form. Define th
4646

4747
Starting with version 7.0, the TreeList allows users to edit [hidden columns](slug:treelist-columns-visible) by default. To disable editing of a hidden column, set `Editable="false"` to the respective `<TreeListColumn>` tag.
4848

49-
### Popup Dimensions and Styles
49+
### Popup Settings
5050

5151
The `TreeListPopupEditSettings` nested tag exposes the following parameters to allow popup customization:
5252

knowledge-base/grid-popup-edit-title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ How to dynamically set the Grid popup edit Window title?
3333

3434
## Solution
3535

36-
1. Add a [`<GridPopupEditSettings>` tag](slug:grid-editing-popup#popup-dimensions-and-styles) inside a `<GridSettings>` tag in the Grid declaration.
36+
1. Add a [`<GridPopupEditSettings>` tag](slug:grid-editing-popup#popup-settings) inside a `<GridSettings>` tag in the Grid declaration.
3737
1. Set the `Title` parameter of `GridPopupEditSettings` to a string property.
3838
1. Handle the [Grid `OnEdit` event](slug:grid-editing-overview#events) and set the popup title to the desired data item value.
3939
1. Handle the `OnClick` event of the button that adds new items. Usually this is a [command button in the Grid toolbar](slug:components/grid/features/toolbar). Set the popup title to the desired string label.

0 commit comments

Comments
 (0)