[CLOSED] Forcing combobox to remain open after selection

  1. #1

    [CLOSED] Forcing combobox to remain open after selection

    Hi,

    I would like to have conditionally set the combobox to remain open when the first item is selected but close if any other item is selected. I have a situation where the first item in the combo box is a refresh text and when clicked retrieves a list of items. However I want the combobox to remain open when that refresh list is selected and when any other item in the list is selected the combobox can then close.

    It had to be done in Javascript. Is there any property that can be set to achieve this.

    I used the following on te select listener of the combobox

    item.collapse();
    item.expand()

    but that did not resolve the issue. Also I have tried to set the focus on another control and set focus back to the combobox

    Regards
    Last edited by Daniil; May 30, 2011 at 10:30 PM. Reason: [CLOSED]
  2. #2
    I have figured it out.

    Close this thread.

    regards

Similar Threads

  1. [CLOSED] forcing a gridpanel save
    By mirwais in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 08, 2011, 12:25 PM
  2. [CLOSED] Open ComboBox on Click?
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 20, 2011, 12:58 PM
  3. [CLOSED] [1.0] Forcing all ext net scripts to load
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 14, 2011, 8:54 PM
  4. ComboBox list forcing window to scroll
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Sep 03, 2009, 10:35 AM
  5. [OPEN] ComboBox Value
    By Timothy in forum Bugs
    Replies: 2
    Last Post: Jul 04, 2009, 5:42 AM

Posting Permissions