Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
How to get real order of columns in the grid?
posted

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?

Parents
No Data
Reply
  • 12875
    posted

    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.

Children