I have a GridViewComboBoxColumn whose dropdown is populated using its ItemsSourceBinding. When I copy a row to the clipboard and paste into excel, no values are copied/pasted for the column. If I set the column's ItemsSource directly, the column copies/pastes correctly. Is there a way to make copy/paste work for the GridViewComboBoxColumn using ItemsSourceBinding?