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
315
Binding a Field to a nested property
posted

I want to bind to a nested property, like so:

<igDP:Field Name="Organization.Name" Label="Organization" Width="*" />

When I do this my grid shows up as being empty. If I only use "first level" properties it's fine.
Is this the proper way to specify nested properties?

  • 69686
    Verified Answer
    posted

    Hello,

    Currently, only the UnboundField can bind to nested properties. In this case, you have to use an UnboundField and set its BindingPath property to Organization.Name.