From 67319ac7c5f547b310e84d057200a8013e4f6bd8 Mon Sep 17 00:00:00 2001 From: Ivan Minchev Date: Wed, 19 Nov 2025 17:10:06 +0200 Subject: [PATCH 1/3] docs(column-pinning): add section on pinning columns on both sides --- en/components/grids_templates/column-pinning.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/components/grids_templates/column-pinning.md b/en/components/grids_templates/column-pinning.md index 048ad80844..1a9eb6878e 100644 --- a/en/components/grids_templates/column-pinning.md +++ b/en/components/grids_templates/column-pinning.md @@ -244,6 +244,7 @@ public pinningConfig: IPinningConfig = { columns: ColumnPinningPosition.End }; } +### Column Pinning on Both Sides Additionally, you can specify each column pinning location separately, allowing you to pin columns to both sides of the grid for greater convenience and easier optimization of data sets. Please refer to the demo bellow for further reference. In order to pin a column, please either select a column by clicking on a header and use the pin buttons added ot the toolbar, or simply drag a column to another pinned one. @@if (igxName === 'IgxGrid') { From a721222ea2eb03ac6ff0c8332db8a2e8520225a4 Mon Sep 17 00:00:00 2001 From: IMinchev <61944284+IMinchev64@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:17:13 +0200 Subject: [PATCH 2/3] Update en/components/grids_templates/column-pinning.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- en/components/grids_templates/column-pinning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/components/grids_templates/column-pinning.md b/en/components/grids_templates/column-pinning.md index 1a9eb6878e..a1745c0f29 100644 --- a/en/components/grids_templates/column-pinning.md +++ b/en/components/grids_templates/column-pinning.md @@ -245,7 +245,7 @@ public pinningConfig: IPinningConfig = { columns: ColumnPinningPosition.End }; } ### Column Pinning on Both Sides -Additionally, you can specify each column pinning location separately, allowing you to pin columns to both sides of the grid for greater convenience and easier optimization of data sets. Please refer to the demo bellow for further reference. In order to pin a column, please either select a column by clicking on a header and use the pin buttons added ot the toolbar, or simply drag a column to another pinned one. +Additionally, you can specify each column pinning location separately, allowing you to pin columns to both sides of the grid for greater convenience and easier optimization of data sets. Please refer to the demo below for further reference. In order to pin a column, please either select a column by clicking on a header and use the pin buttons added ot the toolbar, or simply drag a column to another pinned one. @@if (igxName === 'IgxGrid') { From 47831ef6dd18640ed479ac7dbd4c14e86d930f3c Mon Sep 17 00:00:00 2001 From: Ivan Minchev Date: Wed, 19 Nov 2025 17:48:45 +0200 Subject: [PATCH 3/3] docs(column-pinning): fix typo --- en/components/grids_templates/column-pinning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/components/grids_templates/column-pinning.md b/en/components/grids_templates/column-pinning.md index a1745c0f29..cd53f85887 100644 --- a/en/components/grids_templates/column-pinning.md +++ b/en/components/grids_templates/column-pinning.md @@ -245,7 +245,7 @@ public pinningConfig: IPinningConfig = { columns: ColumnPinningPosition.End }; } ### Column Pinning on Both Sides -Additionally, you can specify each column pinning location separately, allowing you to pin columns to both sides of the grid for greater convenience and easier optimization of data sets. Please refer to the demo below for further reference. In order to pin a column, please either select a column by clicking on a header and use the pin buttons added ot the toolbar, or simply drag a column to another pinned one. +Additionally, you can specify each column pinning location separately, allowing you to pin columns to both sides of the grid for greater convenience and easier optimization of data sets. Please refer to the demo below for further reference. In order to pin a column, please either select a column by clicking on a header and use the pin buttons added to the toolbar, or simply drag a column to another pinned one. @@if (igxName === 'IgxGrid') {