I have a data grid that is bound to a collection that implements ICollection(IEnumerable) and INotifyCollectionChanged. Whenever the data is refreshed the grid is not refreshing. I tested with a regular listbox and it worked fine.
I noticed that the grid does not hook up to the collection changed event but the listbox did.
Thanks for any help.
Hello,
Just noticed your post from last year. Sorry it wasn't answered. We received a huge influx of posts last year and we are going through addressing everything that was missed!
Is this still an issue? If it is, would you send a snippet of code and XAML or better yet a sample so I might see how you are implementing this? The XamDataGrid is designed to support dynamic updating from any collection than implements INotifyCollectionChanged or IBindingList.
Sincerely,