How can I make a combobox select nothing (ie. SelectedIndex = -1) after deleting the bound item that was currently selected. I don’t like how the next item gets selected after the currently selected item gets deleted. This could lead to some problems with the wrong value being selected. Would be ideal if there was a way to add this behaviour directly to an inherited combobox.
How can I make a combobox select nothing (ie. SelectedIndex = -1 ) after
Share
In the known bug link posted by Cody Gray, the workaround is to do: