Browse By Tags

  • Property change notification broken by IBindingList

    Hi.

    I am binding a XamDataGrid to a custom collection class derived from ObservableCollection. The child data items implement INotifyPropertyChanged.

    If the collection implements IBindingList, the property update notifications are not working, so if…

  • XamDataGrid 101, Part 3 - Data Binding Basics

    I love the XamDataGrid. I confess. It is an amazing control. There is so much I could tell you about it. So I’ve decided to dedicate another blog to show you the cool things this control can do with data.
    One queston users often ask is how do they…