-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
BugItem which indicates that something is not workingItem which indicates that something is not workingC: DataGridKendoReactRegressionRegression bugRegression bugSEV: Highpkg:Grid
Milestone
Description
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
aidanlawless and danieldimitrov91
Metadata
Metadata
Assignees
Labels
BugItem which indicates that something is not workingItem which indicates that something is not workingC: DataGridKendoReactRegressionRegression bugRegression bugSEV: Highpkg:Grid