I have run into a problem. I have a datagridview and one column that contains DataGridViewComboBoxColumn.
The combobox's datasource is a list that looks something like the following: Apa Arne Mia
When the user enters one combobox and presses the A-key "Apa" will come up as a suggestion. Exactly what i want. The problem is that if the user marks for example the combobox on the row bellow and presses the A-key "Arne" will be suggested. It cycles or shall i say loops through the list. I want that "Apa" should be suggested as the first choice if i press A every time i enter the combox.
Is this problem possible to resolve?
Best Regards Martin