Hi,
I am getting unexpected behaviour in the grid.
If I click in a cell in the "ShipCity" column and use the right arrow key.
Then the drop-down (in the clicked cell) moves to the next item - but the selected cell (in blue) also moves to the right.
If I click in a cell within the "ShipCountry" column and use the up arrow, then the 'blue highlight' moves up, while the active cell moves down.
This happens when using: selectionSettings: {selectionMode: ["cell"]}
How can I configure the grid so that I only see one cell selected, and keep the expected behaviour when using arrow keys.
I believe I am using the correct versions, please have a look at the code attached.
Thanks
Attachment:
grid_721615e6.zip