I recently faced one situation where I do need to bind dynamic collection to Infragistics XamGrid where columns to be shown are not fixed. So I wanted something like ObservableCollection to be bound to list. However dynamic/Expando are not yet supported by infragistics. I tried with DataTable, it didn't work.
How this can be achieved?