Skip to content

[Bug][Grid] orderIndex on grid columns is ignored after resizing a column #3289

@revov

Description

@revov

Description

After upgrading from v8 to v11 we detected a regression and now orderIndex on grid columns is ignored after a column is resized.

Sounds to me that the underlying cause is similar to #3207

Plan

KendoReact

Steps To Reproduce

https://stackblitz.com/edit/react-rmwc7wn7?file=app%2Fapp.tsx

Try resizing the name column and see how the ID column jumps from last to first position, completely ignoring the orderIndex.

Screenshots or video

No response

Actual Behavior

After the user resizes a grid column, columns are reordered based on the order of their JSX definitions, ignoring their orderIndex property.

Expected Behavior

After the user resizes a grid column, columns should retain the order based on their orderIndex property if provided.

Browser

Chrome, All

Browser version

latest

OS type

Windows

OS version

No response

Last working version of the KendoReact package (if regression).

Worked in v8

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions