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
615
List items as columns in xamDatGrid with data binding
posted

Hi there,

we want to bind a list of objects to a xamDataGrid. So far so easy! xamDataGrid is showing the items of the list as rows in the grid with the public properties as columns.

Actually I want to flip rows and columns. Because my real intention is to do the following: Each list item should be shown as a column. The list item has a property of type list that we want to display as rows.

Does anyone have any hints how to achieve this?

Thanks in advance,

Florian