-
Hi Folks, I've got a BusinessListBase with multiple LinqObservableCollections (LOC) pointed at it. I've noticed a few things. 1) when a new object is added to the BusinessListBase, that object appears in all filtered lists, without conforming to the filter (understandably so since the LINQ query...
-
Hi Folks, - Using silverlight 4. Csla 4.2 Bxf and MVVM design pattern I am designing an SL application and I am struggling to get my List to bind correctly to my observable collection from my viewmodel. Actually, I am using an observable collection ( UserEditVM. MessageInfoList ) to wrap all the children...
-
We have a fairly large custom LOB app that, for the time being, requires that we support .net 2/3/3.5. So moving to .net or CSLA 4.0 is not currently an option. In our recent WPF experiences, we've been running into lots of issues where we end up "wrapping" BLB collections in ObservableCollection<>...