Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Close a ComboBoxItem-PickList.

    Hi,
    I have the following problem:
    I have a ComboBox with a PickList, so that if I type something in the ComboBox, the data is filtered and the PickList provide the results matching my criteria (see Img. ComboBox1), BUT if the search provides no results, the PickList stays there although there are no results! (see Img. ComboBox2) .




    How can I close the PickList (Drop-down window) if it contains no data?

    thx.
    Attached Files
    Last edited by unkis; 10 Sep 2010, 04:12.

    #2
    I found a solution.
    Code:
    setHideEmptyPickList(true);

    Comment

    Working...
    X