-
I have a textbox in a view with MaskBehavior <Usercontrol > <TextBox Grid.Row="1" Grid.Column="1" Margin="3" Height=" 23" Text="{Binding Model.No,UpdateSourceTrigger=PropertyChanged}" inf:MaskBehavior.Mask="{Binding Path= NameMask}"...
-
Hi all, I am experiencing behaviours which I hope you will be able to explain to me. This should be very simple but I can't get it to work properly. What am I missing? I am using VS2010, CLSA 4.0.1, Silverlight 4 and bxf. I created a root user object which contains a child NameValueList property...
-
Hi. I have created a BusinessObject Contact (EditableRoot). Now, I have also created a ViewModel which holds a Contact-Object as Model. In the ViewModel, I have extended a Property that I need for Display some Information from a ChildList of Contact. This Property will be binded to the View. I load this...
-
Hi, I have a details form which i use for editing/saving entities which current works a treat. I want to add a "New" button which will allow me to create a new entity using the same form. So, I hook up a button to a method in the relating viewmodel which contains the something like the following;...