GridPanel selection by Keys

  1. #1

    GridPanel selection by Keys

    Hi,

    We have two GridPanels with only one text column as this sample:

    https://examples1.ext.net/#/GridPane...ous/Two_Grids/

    We would like to catch keys in a grid and select and scroll to the first item starting with this key.

    Is this possible?

    Thanks in advance,

    Kings.
  2. #2
    Hi,

    To catch you could use KeyUp event.

    You could find row index
    http://dev.sencha.com/deploy/dev/doc...re&member=find

    Then you could use focus this row - it causes scrolling.
    http://dev.sencha.com/deploy/dev/doc...ember=focusRow

Similar Threads

  1. Replies: 3
    Last Post: Oct 05, 2012, 11:44 AM
  2. GridPanel, Store, DataSource - passing Keys
    By alexua in forum 2.x Help
    Replies: 0
    Last Post: Jul 16, 2012, 8:10 PM
  3. Replies: 1
    Last Post: Jan 25, 2012, 8:14 AM
  4. Keys in menu
    By Dominik in forum 1.x Help
    Replies: 5
    Last Post: Dec 15, 2010, 9:59 AM
  5. [CLOSED] GridPanel Navigation Keys
    By bethc in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 16, 2009, 5:49 AM

Posting Permissions