-
Hello, Two different combo boxes for a C# WinForms application that need to have a list of the same data. They need to be able to have different values at any given time, so they can't use the same BindingSource. I have a NameValueList business object that has an ID(Key) and Name(Value). I want to...
-
Hi Rocky Any news on this? Apologies if this is something that's been implemented for CSLA 4.0 - haven't had the chance to test this out on 4.0 yet. I'm have a Silverlight project using CSLA 3.8.4 and the issue remains. I'm binding directly to the business object (MVVM will have to wait...
-
Hi all. Sharing some experiences and raisising a point. As you might have noticed, under CSLA.NET 4 BusinessListBase changed - when the collection changes, instead of raising the ListChanged event as it used to, it raises the CollectionChanged event. This is old news and is all on the release notes....