Originally posted by davidklitzke
I don't know if this behavior can be changed. In some cases, setting a property on one field may change the propery of another field. For example, changing "BirthDate" will also change "Age". |
No! the properties are not related to each other...
Infact, It goes to the value setter of each control that is bind on that view.
for e.g. my Amount doesnot have any relation with what is the Father Name of the entity, still It will go to the value setter of the FatherName control.
One thing I would like to clear, It doesNOT go the Business Model for re-setting properties, It ONLY goes to the Control's Value setter, may be this is some behaviour used for refreshing controls.
But if this can be done on related properties/controls only?