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
345
How to bind a list of objects to XamGrid
posted

I have a report object with the following structure:

Report Contains List<Row> Rows and Row Contains List<Cell> Cells

I want to bind the XamGrid to this "Report" object, where content of cell1 for the xamGrid is = cell1 for the cell in the rows cell collection.  How can I achieve this setup?