Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
217
setting nothing on a bound combo
posted

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. 

  • 469350
    Verified Answer
    Offline posted

    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.