Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mtyson on Aug 13, 2009 14:11
open dhtmlx forum
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);