I still can't reproduce this issue even in this scenario. You should definitely make sure you have the latest hotfix.
-Matt
Both the display and value members have to be null for the error to occur. The stack trace shows it then will try to do a string comparison, and that's where it fails...
I'm still not able to reproduce this issue. I tried binding the UltraComboEditor to a datatable where the DisplayMember column has a null value in one of the rows. When I tried typing a letter, there was no unhandled exception. Dropping down the list, the row with the null DisplayMember cell had its ValueMember shown instead.
Make sure that you have downloaded the latest hotfix. If this doesn't help, I would contact Developer Support with a small sample so that they can see if this has already been fixed.
This is what we've noticed too. I don't think it should be blowing up because of the null value though.
The issue centers around having a row in the datasource with null member values. This results in a blank row shown in the combobox, but the comparison logic fails since it's a null item being compared to a keystroke letter (string) value...