Hi,
I'm testing the new Dataform control. Everything works fine. Defined a model with some properties , filled it from database in viewmodel and it is perfectly shown (with database values) with the dataform control in the view.
But I have problems to update the view after the user makes some input. Dependent on manual input in property A via view, I have to calculate the value of property B.
I implemented an event for propertychanged in the model and the event was raised in viewmodel (after changing the value of property A manually).
In viewmodel I computed the value for property B and updated the dataobject of the dataform. In debug mode I can see, that the dataobject (model) is filled correctly.
But the new value for property B isn't shown in the view. What is the right way, to update the dataform view with (via code) updated data?
Thank you in advance
Thomas