Categories | Question details Back To List | ||
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? Answer posted by Support on Aug 14, 2009 02:30 You can use grid.setActive(false); |