From a9be9509700bfdc18c12225f2840678f1886080f Mon Sep 17 00:00:00 2001 From: Ivan Minchev Date: Thu, 30 Oct 2025 16:54:06 +0200 Subject: [PATCH] refactor(cell-merging): change iframe height --- .../components/grids/_shared/cell-merging.md | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/en/components/grids/_shared/cell-merging.md b/doc/en/components/grids/_shared/cell-merging.md index e540f6d3c..fc892686d 100644 --- a/doc/en/components/grids/_shared/cell-merging.md +++ b/doc/en/components/grids/_shared/cell-merging.md @@ -14,8 +14,15 @@ The Ignite UI for {Platform} {ComponentTitle} provides a Cell Merging feature th ## {Platform} {ComponentTitle} Cell Merging Example -`sample="/{ComponentSample}/cell-merge", height="700", alt="{Platform} {ComponentTitle} Cell Merging Example"` - + +`sample="/{ComponentSample}/cell-merge", height="600", alt="{Platform} {ComponentTitle} Cell Merging Example"` + + +`sample="/{ComponentSample}/cell-merge", height="475", alt="{Platform} {ComponentTitle} Cell Merging Example"` + + +`sample="/{ComponentSample}/cell-merge", height="755", alt="{Platform} {ComponentTitle} Cell Merging Example"` + ## Enabling and Using Cell Merging Cell merging in the grid is controlled at two levels: - Grid-level merge mode – determines when merging is applied. @@ -213,11 +220,18 @@ constructor() { grid.cellMergeMode = 'always'; } ``` + +### Demo -### Demo -`sample="/{ComponentSample}/cell-merge-custom-sample", height="700", alt="{Platform} {ComponentTitle} Cell Merging Example"` +`sample="/{ComponentSample}/cell-merge-custom-sample", height="600", alt="{Platform} {ComponentTitle} Cell Merging Example"` + +`sample="/{ComponentSample}/cell-merge-custom-sample", height="425", alt="{Platform} {ComponentTitle} Cell Merging Example"` + + +`sample="/{ComponentSample}/cell-merge-custom-sample", height="755", alt="{Platform} {ComponentTitle} Cell Merging Example"` + ## Feature Integration Due to the specific behavior of merged cells it has to be noted how exactly it ties together with some of the other features of the grid: