Skip to content

fix(hgrid): remerge cells after activation clears - 20.1.x#16812

Merged
dkamburov merged 7 commits into20.1.xfrom
iminchev/fix-hgrid-cell-merge-focusout-20.1.x
Apr 2, 2026
Merged

fix(hgrid): remerge cells after activation clears - 20.1.x#16812
dkamburov merged 7 commits into20.1.xfrom
iminchev/fix-hgrid-cell-merge-focusout-20.1.x

Conversation

@IMinchev64
Copy link
Copy Markdown
Contributor

@IMinchev64 IMinchev64 commented Jan 26, 2026

Closes #16575

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@IMinchev64 IMinchev64 added ❌ status: awaiting-test PRs awaiting manual verification grid: hierarchical-grid version: 20.1.x grid: cell-merging 🛠️ status: in-development Issues and PRs with active development on them and removed ❌ status: awaiting-test PRs awaiting manual verification labels Jan 26, 2026
@IMinchev64 IMinchev64 added ❌ status: awaiting-test PRs awaiting manual verification and removed 🛠️ status: in-development Issues and PRs with active development on them labels Jan 27, 2026
@dkamburov dkamburov requested a review from MayaKirova February 3, 2026 14:14
@IMinchev64 IMinchev64 changed the title fix(grid): improve focusout handling to clear active node correctly - 20.1.x fix(hgrid): remerge cells after activation clears - 20.1.x Feb 4, 2026
Copilot AI review requested due to automatic review settings April 1, 2026 19:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a hierarchical grid cell-merging regression where child-grid cells remain unmerged after activation/selection moves to another grid (parent/sibling), by ensuring a merge-refresh trigger occurs when activation is cleared.

Changes:

  • Emit activeNodeChange when hierarchical navigation clears the active node, so merged data gets refreshed.
  • Add a regression unit test covering remerge behavior when focus moves from a child grid to the parent grid.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid-navigation.service.ts Triggers activeNodeChange on activation clear to force merged-cells refresh.
projects/igniteui-angular/src/lib/grids/grid/cell-merge.spec.ts Adds a hierarchical-grid regression test asserting cells remerge after focus moves away from the child grid.

@dkamburov dkamburov added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Apr 2, 2026
@dkamburov dkamburov merged commit b0173b1 into 20.1.x Apr 2, 2026
8 of 9 checks passed
@dkamburov dkamburov deleted the iminchev/fix-hgrid-cell-merge-focusout-20.1.x branch April 2, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants