How to properly clear an ultraComboBox
New DiscussionI have several ultraComboBoxes that I bind to dataviews. I tried clearing the combobox by ucbWarehouse.Datasource = Nothing. This only clears the grid dropdown but not the text. When I do ucbWarehouse.Text = “” I get an error.
I tried setting Value = 0 but the text will also show 0.
My workaround for now is
try
ucbWarehouse.Text = “”
catch
‘do nothing
end try
How do I properly clear the combobox?
Any reply is much appreciated.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
1 Created On
Aug 20, 2008 Last Post
17 years, 6 months ago