>Have you tried wrapping your collection in a CollectionView using the CollectionViewSource class, and binding to it?
I couldn't try that in this case because I was already being fed an ADO DataSet to bind to. Since a DataView implements every useful binding interface already I had no need to use any wrapper class. I still haven't found a modern FCL class that has all of the simple and convenient behaviour of the DataSet. Next time I'm fed a collection of objects to bind to I'll experiment with the CollectionView related classes. Although, I did read that DataGrid cell editing does not behave correctly unless the bound objects implement the IEditableObject interface, and I'll bet most people's POCOs and hand written classes don't. Cheers Greg
_______________________________________________ ozwpf mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
