Hi I have a datagrid that has a number of datagridtemplate columns that are all identical apart from they each have a different datacontext on the template\'s stackpanel.
You could use a ContentPresenter to instantiate a DataTemplate for each column:
If the elements of Times are all the same type, you could also do and then you wouldn't need to specify ContentTemplate="{StaticResource ColumnTemplate}" on each column.