Skip to content

Fix Grid Column Drag & Drop Regression #9181

@tobiu

Description

@tobiu

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions