Hi,
I am using below version of kendo grid in my react application.
"@progress/kendo-react-grid": "^5.9.0"
I am using an array from reducer state for columns in the grid and on onColumnReorder method I am updating that columns array in reducer state. I have checked that array has been updated with the correct order but on re-rendering grid's columns are not being shown updated on UI.
Thanks in advance.