From 32a5200b4b54a8ae159749261e0d06adc5f1cc84 Mon Sep 17 00:00:00 2001 From: Ivan Minchev Date: Tue, 28 Oct 2025 16:56:56 +0200 Subject: [PATCH 1/2] feat(column-pinning): enable both side pinning section for WC --- doc/en/components/grids/_shared/column-pinning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/components/grids/_shared/column-pinning.md b/doc/en/components/grids/_shared/column-pinning.md index c08638a5d..296999599 100644 --- a/doc/en/components/grids/_shared/column-pinning.md +++ b/doc/en/components/grids/_shared/column-pinning.md @@ -299,13 +299,13 @@ const pinningConfig: IgrPinningConfig = { columns: ColumnPinningPosition.End }; `sample="/{ComponentSample}/column-pinning-right-side", height="510", alt="{Platform} {ComponentTitle} column pinning right side"` - + 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. ### Demo `sample="/{ComponentSample}/column-pinning-both-sides", height="510", alt="{Platform} {ComponentTitle} column pinning both sides"` - + ## Custom Column Pinning UI From d5770e4606ee3fb647405d18670787ce85ac0bed Mon Sep 17 00:00:00 2001 From: Ivan Minchev Date: Wed, 29 Oct 2025 15:40:48 +0200 Subject: [PATCH 2/2] fix(column-pinning): fix typo --- doc/en/components/grids/_shared/column-pinning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/components/grids/_shared/column-pinning.md b/doc/en/components/grids/_shared/column-pinning.md index 296999599..15a008722 100644 --- a/doc/en/components/grids/_shared/column-pinning.md +++ b/doc/en/components/grids/_shared/column-pinning.md @@ -300,7 +300,7 @@ const pinningConfig: IgrPinningConfig = { columns: ColumnPinningPosition.End }; `sample="/{ComponentSample}/column-pinning-right-side", height="510", alt="{Platform} {ComponentTitle} column pinning right side"` -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 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 to the toolbar, or simply drag a column to another pinned one. ### Demo