I want to bind to a nested property, like so:
<igDP:Field Name="Organization.Name" Label="Organization" Width="*" />
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.