I am trying to do data binding in WPF on data grid using a cutom list. My custom list class contains a private data list of type List. I can not expose this list however the
I had the same exception. It seems that you have to bind do IList. I was binding to a IEnumerable and this exception was thrown.