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
150
binding a subitem in XamDataGrid Field
posted

Hi!

I like to show(bind) a member of a Object in the XamDataGrid field but i can't do this

I populate a data grid programmatically

xamDataGridBuildingParts.DataSource = buildingParts;

The XamDataGrid has a Field type like below

<igDP:XamDataGrid Grid.Column="0" x:Name="xamDataGridBuildingParts"

......

<igDP:Field Name="type"> </igDP:Field>

......

The buildingParts data source has a Object  calls type that contains a field displayname, is there any posibility to bind a value of a subitem, in this case the dispalyname field in XamDataGrid.

thanks for any help

Arta