It seems as if only DataSet, DataTable and DataView can be used as sources when you want to use BindingSource.Find
. I'm binding IQueryable and IEnumerable to my binding source, but would very much like to enjoy the 'convenience' of the BindingSource.Find
method, without writing reams of code myself, as time is of the essence.
Does anyone know of an existing implementation, or at least detailed 'how to' article that can help me achieve this?