This question is locked. New answers and comments are not allowed.
It seems that default behavior of RadCombobox is to clear selected item when control is focused, some item is selected and “Backspace” button is pressed.
I need to cancel this behavior in order to prevent setting of null as the selected combobox value. I tried to override KeyDown and KeyUp methods of RadCombobox and handle the click on “Backspace” but it did not fix the problem.
Are there any other ways to change this keyboard behavior?
Regards,
Andrii