[CLOSED] Help with tab navigation on editable grid

  1. #1

    [CLOSED] Help with tab navigation on editable grid

    Hi, is there a way to control tab navigation on an editable grid?

    for example i have 2 columns, a textfield column and a combobox. I want to navigate through the textfields only, without navigating through the combobox, is there a way to do this?
    Last edited by Daniil; Nov 28, 2012 at 2:08 PM. Reason: [CLOSED]
  2. #2
    Hello!

    Try to listen the specialkey event and set the tabIndex attribute for all your fields.

    http://docs.sencha.com/ext-js/3-4/#!...ent-specialkey
    http://docs.sencha.com/ext-js/3-4/#!...d-cfg-tabIndex
  3. #3
    Hi @BATCCA,

    Another approach is overriding the selection model OnEditorKey function. It catches a tab key.
    http://docs.sencha.com/ext-js/3-4/so...od-onEditorKey

Similar Threads

  1. Replies: 12
    Last Post: Sep 07, 2012, 2:42 PM
  2. [CLOSED] Editable Grid Tab Navigation Issues
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Dec 27, 2011, 1:20 PM
  3. [CLOSED] Tab navigation issue in Editable GridPane
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 19, 2011, 12:48 PM
  4. Replies: 1
    Last Post: Jun 24, 2011, 12:18 PM
  5. Populating a grid on formpanel navigation
    By Kamal in forum 1.x Help
    Replies: 0
    Last Post: Jan 10, 2010, 11:25 AM

Posting Permissions