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
390
How to temove Items from UltraComboBox
posted

I have ultraComboEditor having data bind from database.

how to remove items from ultraComboEditor .

i tried to remove items but i got error : "ValueListItems cannot be removed when the ValueList is bound.

Parents
No Data
Reply
  • 37774
    Suggested Answer
    posted

    This error is correct, you can only have an UltraComboEditor be completely bound or completely unbound, there is no compromise.  If you don't want an item to appear, you either need to change the DataSource, copy the DataSource to a new object and bind the UltraComboEditor to that, or use the control completely unbound and add/remove the items directly yourself.

    -Matt

Children
No Data