Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
ig:Field/UnboundField Binding not updating for PropertyDescriptor
posted

Hi,

we have an issue with the update of ig:Field and UnboundField. We extend our classes with PropertyDescriptors. Setting and getting works without problems, but the update does not work properly. Debugging showed that that the Fields/UnboundFields never call the PropertyDescriptor.AddValueChanged(..) Method.

We could work around this problem by always using:

<igWpf:UnboundField Binding={Binding Value} /> <!-- this works -->

But using the other ones does not:

<igWpf:UnboundField BindingPath="Value" /> <!-- this does NOT work -->

<igWpf:Field Name="Value" /> <!-- this does NOT work -->

It seems the binding is not properly set up when using the 'normal' ig syntax..

Just wanted to put this out there, in case anyone else stumbles upon this issue.

Best regards,

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

    Thank you for your feedback. I believe that other community members may benefit from this as well.

    Thanks again.

Children
No Data