Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
xamDataGrid not refreshing
posted

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.

  • 9694
    posted

    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,