Table Control editing mode Enter Key behavior

Issue #47 wontfix
Hassan Kbbewar created an issue

please when editing row or insert new row when the user enter value and press enter instead of move to the next row and the same column it should stay in the same row and moves to the next column and when reaches the final column it should moves to the next row first column and one thing when the table in edit mode instead of double click to enter edit mode for the field it should become editable once it selected and the value of the field is selected to easily overwrite the old value

Comments (1)

  1. Amrullah

    In agile editing mode there are two states:

    • Browsing: this is the initial state right after clicking EDIT/INSERT button. User can move between cells using keyboard arror (UP, DOWN, LEFT, RIGHT). This state ends when user press ENTER which change the mode to Editing state.

    • Editing: From Browsing state, user press Enter to go to Editing state. In this state user can directly change the value of a cell. Press Tab to move the next cell of the same row. Press Enter to move to cell below current cell. In the new cell, user can directly change the value. Press Esc to exit Editing state and back to Browsing state

  2. Log in to comment