I am using a WPF datagrid with some DataGridComboboxColumn columns.
When I open the dropdown and select an entry with the mouse, the combo gets this selected entry as new current item.
When I navigate the drowdown with cursor keys and press ENTER, I woul expect the same, but it is not working.
How can I catch the appropriate events?