Edit next cell in grid using tab button

after grid is created , when we click tab button i need to move the cell selection to next cell in same row for edit.

Hi, it works fine, you need to set the properties when you are creating the grid:

    selection: "cell",
    keyNavigation: true,

Here’s an example:

Hope it helps you.

2 Likes