I’ve had a couple of reports from users who have issues moving grouped columns.
In the screenshot below, you can see they are trying to move the N column to the right. They are being shown the green tick that indicates it’s a valid move, but when you drop the column nothing happens.

Obviously moving a grouped column also requires all columns under parents up to the first common parent to also be moved.
I hoped I could work around this by picking up the columnreordered event and recreating the grid with the new column order myself, but unfortunately the event doesn’t fire in this situation.
Thoughts?
It would be great if the columns moved OR there was an event I could listen to and do the move in my code OR if the green tick didn’t appear.
I’ve reproduced this on 4.0.0 and 4.1.2 in Chrome (latest) on Windows.
Thanks!
Richard