Thats cool,
I tried to implement the IBindingList - Interface, because the BindingList - Class does not support the AddRange - Method and others.
It works, but I think it is not very elegant.
The List support now
- Sorting
- Finding
- and an own simple FilterMethod (I 've not implemented IBindingListView)
In the AbstractRecord class I have implemented IDataErrorInfo, INotifyPropertyChanged, IEditableObject.