[CLOSED] GridPanel Navigation Keys

  1. #1

    [CLOSED] GridPanel Navigation Keys



    Hi,

    When using an editable GridPanel the tab key navigates to the next editable cell and the shift-tab key navigate to the previous editable cell - are there any other key combinations to navigate around the grid?

    Thanks
    Beth
  2. #2

    RE: [CLOSED] GridPanel Navigation Keys

    Hi Beth,

    Using the [UP] or [DOWN] arrows will select another row.

    Holding [SHIFT] + [UP/DOWN] will select multiple rows if using RowSelectionModel with SingleSelect="false".

    Hope this helps.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] GridPanel Navigation Keys

    The [HOME] or [END] keys will move the selection to the First or Last row.

    [ENTER] key will raise the RowClick event.


    [SHIFT] + [ENTER] will raise the RowDoubleClick event.



    Geoffrey McGill
    Founder
  4. #4

    RE: [CLOSED] GridPanel Navigation Keys



    Hi Geoffrey,

    Thanks for the information - most of them work as expected.

    The Up/Down arrows do not work when in edit mode but I'm going to try getting around that using the KeyMap control.

    Thanks
    Beth

Similar Threads

  1. GridPanel, Store, DataSource - passing Keys
    By alexua in forum 2.x Help
    Replies: 0
    Last Post: Jul 16, 2012, 8:10 PM
  2. Replies: 1
    Last Post: Jan 25, 2012, 8:14 AM
  3. [CLOSED] Tab navigation skip hidden row in GridPanel
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: May 13, 2011, 4:28 PM
  4. GridPanel selection by Keys
    By Dominik in forum 1.x Help
    Replies: 1
    Last Post: Jan 28, 2011, 11:12 AM
  5. Replies: 1
    Last Post: Mar 19, 2010, 8:35 PM

Posting Permissions