Describe the bug
Initially, when the last column is hidden, using column chooser list and then we reorder some columns ([reorderable]="_true_"), the hidden column appears as a second in the column chooser list.:

Note that this behavior is not observed when we explicitly reorder a column as last:
Screencast
https://screencast-o-matic.com/watch/cYe0jbyFlH
To Reproduce
https://stackblitz.com/edit/angular-yqhoch?file=app/app.component.ts
Hi! I have the same problem, so is this confirmed as a Kendo Grid bug? Have you resolved?
Hi @Fedefico,
It is a bug, but it is not included into our development tasks yet. As for now, I am unable to provide a time frame as to when the issue will be fixed as there are multiple factors, that may influence the time for the release such as workload, the severity of the issue, availability of resources, etc.
Just a little update to point out that this bug affects also handling oReorder event. The argument passed to the handling event function holds the right column but newIndex and oldIndex properties are referred only to visible columns.
This has been open for more than a year. How many people need to suffer before it's addressed?
Fixed in v. 5.1.3 of the @progress/kendo-angular-grid package.
Most helpful comment
Just a little update to point out that this bug affects also handling oReorder event. The argument passed to the handling event function holds the right column but newIndex and oldIndex properties are referred only to visible columns.