I have bound a UltraCombo with a bindingList. In the beginning there is nothing selected in the combo, but once i select some item, it never allows to set nothing on this combo.( as it does not have any 'nothing' item added to its list of items.
Kindly suggest how can i add this 'nothing' item in the bound combo box.
Regards.
The AllowNull property should allow users to erase the text in the combo and leave it blank.
If you want to create a blank item on the list, then you will need to add it to the Combo's data source.