Prefix DataGridComboBoxColumn items with string
问题 I have a DataGridComboBoxColumn which contains a ComboBox of enums (in this instance F1, F2, F3). I want to prefix each item in that ComboBox with a string - in this instance "SHIFT + ", so that the ComboBox displays strings such as "SHIFT + F1", "SHIFT + F2" etc. Is there a way to do this? I've tried using an IValueConverter and whilst the code executes correctly and breaks on the return value of the converter, the values are not displayed in the ComboBox: XAML DataGridComboBoxColumn Header=