Create DataGrid columns from dynamic type (ExpandoObject)
Create DataGrid columns from dynamic type (ExpandoObject)
Hi
I’m trying to have a DataGrid create columns based on an ItemSource which is a list of dynamic (ExpandoObject) objects. Is this even possible? And if so, how?