Grid won't lose focus

When using the arrow keys, the grid always takes focus and moves through the rows. Even if I click on another div with a scrollbar or manually set focus on that div, when I use the down/up arrow keys, the grid goes through the rows!



How can we force the grid to relinquish focus and/or its key handling?

You can use

grid.setActive(false);