Hi,
I'm using a DataGridCollectionViewSource with active AutoCreateItemProperties.
The Source for the items is a DataTable with unknown Fields.
The binding between the CollectionViewSource and the DataTable is done before data is put into the DataTable, so no ItemProperties are created.
Can I force the CollectionViewSource to Recreate its ItemProperties?
Thanks
Sascha