TMSFMXGrid Column Dragging Problem

Hi,

I have a grid with 12 columns, with Options.ColumnDragging := true. I called SetColumnOrder upon initialization of the grid so current/reference column order is 0,1,2,3,4,5,6,7,8,9,10,11. i tried to drag column 10 to column 5. what happened is my column order is now 0,1,2,3,4,9,10,5,6,7,8,11..but i was expecting it to be 0,1,2,3,4,10,5,6,7,8,9,11. I have no code implemented in OnColumnDragged. I tried dragging more columns to different places (without calling ResetColumnOrder) and I can't seem to get the column order i'm expecting.

I'm on the latest version of TMSFMX UI Pack. Noticed this behavior on Delphi XE7, but tried it also in Rio Community Edition and same thing happens.



Hi,


We are able to reproduce this issue and are currently investigating a solution.

Thank you for looking into this! :)

A fix has been applied and will be available in the next release