This question is locked. New answers and comments are not allowed.
I am trying to get the Grid to bind to a collection of items (using an item template in each column). I am happy to build the column definitions myself. I can even force it into a form that works but the nature of the array is variable so I can't just build classes. Essentially I am asking if we can bind to things like ExpandoObjects, dynamic types or something similar that I can build on the fly.