Hi,
if I've a entity with an association how can i tell to a field that i want to use a property of the refernced entity?
Example <igDP:Field Name="Association.Property" />
Thanks, Luca
Hello Luca,
In this case, you have to use an UnboundField and set its BindingPath property like:
MyClass.Property
Hope this helps