[CLOSED] Combobox in gridpanel

  1. #1

    [CLOSED] Combobox in gridpanel

    Hello,

    I have a question with gridpanel. which method of combobox is called on binding custom gridpanel with datacolumn whose editor is combobox.

    i.e. (setvalueandfireselect) ? because i have a custom combobox which is inherited from ext.net combobox and i have to override this method to do something etc.
    Last edited by Daniil; Jun 13, 2011 at 3:50 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Internally, calls Editor's .startEdit():
    http://dev.sencha.com/deploy/ext-3.3...itor-startEdit

    And, as you can see, .setValue() for editor.field, i.e. for ComboBox in your case.
  3. #3
    Thanks daniil.

    Regards.

Similar Threads

  1. Replies: 4
    Last Post: Nov 30, 2011, 5:25 AM
  2. Replies: 2
    Last Post: May 05, 2011, 10:16 AM
  3. [CLOSED] GridPanel ComboBox Clear Value
    By bethc in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 25, 2009, 4:49 AM
  4. Replies: 6
    Last Post: Mar 20, 2009, 5:39 PM
  5. [CLOSED] ComboBox in GridPanel
    By methode in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 14, 2008, 8:44 PM

Posting Permissions