Paul, BindingListAdapter should implement ITypedList in order to allow WinForms DataGridView column binding to succeed when the binding list is initially empty. Code is: // This method i...
Hey Paul! So I was trying to use a SelectMany operation and due to some dysfunction in the UnionIterator it wasn't evaluating the child lists soon enough. I think I've fixed it, but I'm not posit...
Error 19 Cannot convert lambda expression to type 'System.Delegate' because it is not a delegate type C:\Data\Silverlight\bindablelinq-25046\trunk\source\Bindable.Linq\Threading\SilverlightDispatch...
I seem to be completely unable to utilize Bindable Linq in a Group By query. I've downloaded the latest codebase and compiled without a problem. As an example of my problem, the following standar...
It seems there's an issue with element's PropertyChanged event handling in BindingListAdapter. I've changed Bindable.Linq.Samples.WindowsForms sample to forcibly modify an existing process property...
When using the Asynchronous iterator like this: foo.AsBindable().Where(c => c.Name.StartsWith("F")).Asynchronous(); The dependency will in some cases be resolved on the asynchronous background ...