-
After calling CheckRules, make a call to OnUnknownPropertyChanged - that will raise appropriate PropertyChanged events and should get you the desired result.
-
Rocky, thanks for the streight and complete answer, It's appreciated and sets me on the right track. Maybe it is an Idea to inform the community (more specific: people who are learnig with the Video's) about this possible step. I have to focus on another technique. You gave me a hint ( MVVM)...
-
I am seriously considering removing the CslaDataProvider types from CSLA 4 (in WPF and Silverlight). The reason I am considering such a thing is that there is no support for the concept in the Visual Studio 2010 XAML designer, and Microsoft is clearly not going down the road of using or supporting the...
-
In WPF you can use "reverse binding" to bind something like a TextBox.Text property to a factory parameter property. This concept doesn't exist in SL. I think it doesn't exist in SL because the data provider concept doesn't really exist in SL - we created it in CSLA because I thought...
-
Hi nPatel, I had (have) exacly the same problem, I solved it by adding parameters to my factorymethod on the client object and defining corresponding Factoryparameters in the dataprovider. This is only half the solution, I still have to make those factoryparameters dynamic. There is a new thread concerning...
-
Writting a WPF Browser Application. Is there an example on how to bind a xaml page to a csla object? I am guessing I need to use the new Csla.Xaml? Below is a code snippet from my page. I am getting an "Unable to load the metadata for assembly 'Csla.Xaml'.... Could not load file or assembly...