I need to know the real order on columns in the grid. A user can move columns by the mouse and position of fields in a collection FieldsLayout.Fields is not changed. Field.Index raimains the same too. How can I get the real position of the columns?
Hi Petr,
I believe what you are looking for are the ActualPosition values of the FieldLayouts[n].Fields. That includes the Column, ColumnSpan, Row and RowSpan.
Let me know if that helps or if you have any questions.
I hope my suggestion was helpful.
Please let me know if you have any questions.