From 80ada79c0101c06e3a0fd69f7e54983bb7e0e144 Mon Sep 17 00:00:00 2001 From: Mert Karaca Date: Tue, 31 Mar 2026 10:24:52 +0200 Subject: [PATCH 1/3] Add a bullet point for extract row action --- .../refguide/modeling/pages/structure-widgets/layout-grid.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md b/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md index c9bdf7041f6..4a7e17ebfc8 100644 --- a/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md +++ b/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md @@ -185,6 +185,7 @@ In adding to inserting a new row, you can perform the following actions when rig * **Move up** – moves a row up in the layout grid, you can use a shortcut for it Ctrl + * **Move down** – moves a row down in the layout grid, you can use a shortcut for it Ctrl + +* **Extract to separate layout grid** – extracts the right-clicked row into a new, separate layout grid ### Performing Other Actions on Columns From 369efdd701f1c1ef3687f46c245f75a4ed6e6793 Mon Sep 17 00:00:00 2001 From: Mert Karaca Date: Tue, 31 Mar 2026 10:24:52 +0200 Subject: [PATCH 2/3] QA: use the actual button label from SP & drop backports --- .../refguide/modeling/pages/structure-widgets/layout-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md b/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md index 4a7e17ebfc8..43bd02c04ee 100644 --- a/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md +++ b/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md @@ -185,7 +185,7 @@ In adding to inserting a new row, you can perform the following actions when rig * **Move up** – moves a row up in the layout grid, you can use a shortcut for it Ctrl + * **Move down** – moves a row down in the layout grid, you can use a shortcut for it Ctrl + -* **Extract to separate layout grid** – extracts the right-clicked row into a new, separate layout grid +* **Extract to new grid** – extracts the right-clicked row into a new, separate layout grid ### Performing Other Actions on Columns From fa4a9d1fb3ba684e25da029efb90133cb703a139 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:56:24 +0200 Subject: [PATCH 3/3] add anchor link to heading for RN link --- .../refguide/modeling/pages/structure-widgets/layout-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md b/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md index 43bd02c04ee..b4ef97fbe3e 100644 --- a/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md +++ b/content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md @@ -179,7 +179,7 @@ A new column is added, the weight 1 is automatically set for it. Sometimes on a native page, data is not clearly visible when using a native layout grid. To see the data more clearly, nest the layout grid inside the scroll container. {{% /alert %}} -### Performing Other Actions on Rows +### Performing Other Actions on Rows {#performing-other-actions-on-rows} In adding to inserting a new row, you can perform the following actions when right-clicking a row: