Hi
Can you provide an example of how to change the state of a SfDataForm control based on the values of other controls.
For example, disabling or hiding a control based on the value of another control on the form.
With regards. alon
I was able to achieve this by creating my own DataFormItemManager to collect the View of each dataForm item.
and disable or enable the appropriate View in the PropertyChanged of the SfDataForm's DataObject