LearnNewsExamplesServices
Frontmatter
id9181
titleFix Grid Column Drag & Drop Regression
stateClosed
labels
bugairegression
assigneestobiu
createdAtFeb 16, 2026, 11:25 AM
updatedAtFeb 16, 2026, 11:28 AM
githubUrlhttps://github.com/neomjs/neo/issues/9181
authortobiu
commentsCount0
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 16, 2026, 11:28 AM

Fix Grid Column Drag & Drop Regression

Closed v12.0.0 bugairegression
tobiu
tobiu commented on Feb 16, 2026, 11:25 AM

Recent optimizations in Neo.grid.Body introduced a force parameter to createViewData(silent=false, force=false). The SortZone class currently calls this method without arguments, defaulting force to false. This prevents the grid body from correctly refreshing after a column reorder. We need to update onDragEnd to call createViewData(false, true) to ensure the view reflects the new column order.

tobiu added the bug label on Feb 16, 2026, 11:25 AM
tobiu added the ai label on Feb 16, 2026, 11:25 AM
tobiu added the regression label on Feb 16, 2026, 11:25 AM
tobiu added parent issue #9106 on Feb 16, 2026, 11:25 AM
tobiu referenced in commit 991010f - "fix(draggable): Force grid view update on column drag end (#9181)" on Feb 16, 2026, 11:26 AM
tobiu closed this issue on Feb 16, 2026, 11:28 AM
tobiu assigned to @tobiu on Feb 16, 2026, 11:28 AM