Editor inline edit keypress enter

Editor inline edit keypress enter

sergio.amssergio.ams Posts: 6Questions: 3Answers: 0

Is possible edit a cell and when press enter key pass to edit cell below?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 62,301Questions: 1Answers: 10,216 Site admin
    Answer ✓

    Best option is probably to listen for the key event (assuming you are using KeyTable), and on return move the focus down a cell (cell().focus()). There isn't a built in way to do what you are looking for.

    Allan

  • sergio.amssergio.ams Posts: 6Questions: 3Answers: 0

    Thanks.

This discussion has been closed.