jQWidgets Forums

jQuery UI Widgets Forums Grid Tabbing thru cells with dropdown list fails

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 6 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • rdouglas
    Participant

    When I tab through my bound row’s cells, in edit mode (editable: true, selectionmode: ‘singlecell’), and I encounter a dropdown list (created via createeditor) the dropdown list doesn’t allow me to select an option with my up/down arrows nor does it allow me to tab to the next cell horizontally. My goal is to have my rows editable entirely through using the keyboard only. Please advise.


    Martin
    Participant

    Hello rdouglas,

    When you use ‘tab’ to go through the cells, you can start editing the current cell by pressing F2 or Enter.
    If the current cell has a dropdown list editor, this will allow you to select different option with the up/down arrows
    and to end the editing by pressing ‘Enter’.
    Please, look at the following Example.

    You can also check our demo about Custom Keyboard Navigation.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.