Hi,
I'm just starting to use the Infragistics controls and the online examples have been invaluable. One question though, how do I map the same dataitem to multiple fields e.g.
<igDP:Field Name="TypeID"/>
<igDP:Field Name="TypeID" Label="">
<igDP:Field.Settings>
<igDP:FieldSettings CellValuePresenterStyle="{StaticResource myCustomFieldCell}"></igDP:FieldSettings>
</igDP:Field.Settings>
</igDP:Field>
Hello Matt,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I can suggest you use UnboundFields in order to achieve the functionality you want. You can set its BindingPath Property to the Name of the Property you want to show. In your case you can set it to “TypeID”. Also here:
http://ko.infragistics.com/community/blogs/petar_monov/archive/2011/05/13/how-to-define-fieldlayouts-how-fieldlyouts-are-mapped.aspx
you can find more information about defining FieldLayouts. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.