<ig:UnboundColumn Key="Total Units" ValueConverter="{StaticResource TotalUnitsConverter}"> <ig:UnboundColumn.ItemTemplate> <DataTemplate> <StackPanel> <TextBlock Text="{Binding Value}" /> <TextBlock Text="{Binding ColumnKey}" /> <TextBlock Text="{Binding RowData.ProductID}" /> </StackPanel> </DataTemplate> </ig:UnboundColumn.ItemTemplate> </ig:UnboundColumn>