<my:DataGridTemplateColumn Header="特价日">
<my:DataGridTemplateColumn.CellTemplate>
<DataTemplate>
<ComboBox Name="cbName" SelectedIndex="0" ItemsSource="{Binding}">
</ComboBox>
</DataTemplate>
</my:DataGridTemplateColumn.CellTemplate>
</my:DataGridTemplateColumn>
获取COMBOX这个控件
LEATH
拉莫斯之舞