[CLOSED] Editable Combobox

  1. #1

    [CLOSED] Editable Combobox

    How to make a editable Combobox?
    This is editable but after that I lose focus, the value written is reset.
     <ext:ComboBox ID="ComboBox" Editable="true" runat="server"></ext:ComboBox>
    Where is my mistake?
    Last edited by Daniil; Oct 14, 2010 at 12:24 PM. Reason: [CLOSED]
  2. #2
    Hi,

    As far as I know the Editable is true by default.
    I think you have to set the ComboBox's ForceSelection property to false.

    Example
    <ext:ComboBox runat="server" ForceSelection="false">

Similar Threads

  1. [CLOSED] V2.0 ComboBox Editable
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 23, 2012, 10:37 AM
  2. [CLOSED] ComboBox in Editable GridPanel
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 29, 2011, 3:00 PM
  3. Editable grid with Combobox
    By dtamils in forum 1.x Help
    Replies: 0
    Last Post: Jun 23, 2011, 7:36 AM
  4. [CLOSED] Editable Combobox Not Valid Value
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 26, 2011, 9:22 AM
  5. [CLOSED] Editable ComboBox issue
    By methode in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 03, 2009, 4:04 PM

Posting Permissions