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
625
Mapping multiple fields to the same dataitem
posted

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>