Just attaching to the DataGrid , this control is created:
<DataGrid ItemsSource="{Binding RecordVms}" Style="{StaticResource AzureDataGrid}" RowStyle="{DynamicResource DataGridRowStyleStateGreen}"> How to write a DataGridComboBox so that it looks exactly the same and can be attached to it? Or you can somehow see what code is generated in xaml ?
